Hi I have a field which contains the metrics like ...
# community-help
c
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
f
Could you provide an example where that is the case? Float / integer fields are sortable by default in Typesense