In Typesense (and most databases), a float data ty...
# community-help
j
In Typesense (and most databases), a float data type does not store trailing zeros explicitly. So,
96.8
and
96.80
are numerically the same value. If you send the value as
96.81
then you'll see both decimal places in the document.
❤️ 1