wellworn
traps · 2 served

Meilisearch

meilisearch · latest 0.60.0

Single-binary search engine with typo tolerance, faceting, and sub-50ms responses; client 0.60.0.

symptom and fix
major · * · published · verified 2026-09-08
Pagination past result 1000 returns nothing, with no error from the API.
Meilisearch returns at most 1000 documents per search by default. Raise `maxTotalHits` in the pagination settings if you genuinely need deeper pages, or switch that screen to keyset pagination on the database instead of paging a search index.
evidence
minor · * · published · verified 2026-09-08
A long natural-language query matches oddly, as if part of it were ignored.
Only the first 10 terms of a query are taken into account. Trim the query before sending it, or route long free-text questions somewhere else rather than assuming the engine weighed all of it.
evidence

Sorted by severity. Your agent sees the subset that matches the version you have installed: traps(library: "meilisearch", version: "0.60.0").