database · inferred from evidence
Typesense
A named search engine/datastore mentioned as having a crash bug fixed in version 0.25.0.
- 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 `>=`, `&
- Typesense crashes importing into a locale:ja field on Ubuntu ARM64 Docker
Typesense crashed when importing Japanese documents into a field declared with `locale: "ja"` on the Ubuntu 22.04 ARM64 Docker image. The crash was reproducible by creating a collection with a `string` field with `locale: "ja"` and then imp