library · inferred from evidence
typesense-go
A Go client library for Typesense, referenced in the context of a GitHub issue.
- Typesense range filter returns wrong results when filter_by is not URL-encoded
Filtering documents by a numeric field with `duration:<=1200` worked, but adding a second condition (`duration:>=600 && duration:<=1200`) returned *more* results than the single condition, which is impossible for a correct AND. The `>=`, `&