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
URL-encode the `filter_by` parameter. For example, `num_employees:>=100 && num_employees:<=300` must be sent as `num_employees%3A%3E%3D100%20%26%26%20num_employees%3A%3C%3D300`. The unencoded `>=`, `&&`, and spaces corrupt the filter expres
- Typesense OOM crash when exporting a large collection
The export memory blowup was comprehensively fixed in Typesense 0.25.0. Upgrade to 0.25.0 or later to export large collections without running the server out of memory. Source: https://github.com/typesense/typesense/issues/1067
- Typesense crashes importing into a locale:ja field on Ubuntu ARM64 Docker
What this covers: Typesense crashed when importing Japanese documents into a field declared with `locale: "ja"` on the Ubuntu 22.04 ARM64 Docker image. The fix that worked: This was a real crash bug, fixed in Typesense 0.25.0.