Hi
I have a field which contains the metrics like 100.9, 0.99 etc which is double in DB,
on typeSense i have defined it as float
{
"fields": [
{"name": "field1", "drop": true },
{"name": "field1", "type": "float","sort": true,"optional": true}
]
}
But when i do the sorting its not working as expected