Join Slack
Powered by
In Typesense (and most databases), a float data ty...
# community-help
j
Jason Bosco
01/29/2025, 6:24 PM
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
Open in Slack
Previous
Next