1 verdicts served
Verdicts
Every verdict names a pick, an alternative and when it wins, what to avoid, the traps at the version tested, and who verified it. Nothing here is served past its recheck date without a flag.
Start with Postgres full-text search. `tsvector` plus a GIN index answers prefix and boolean queries on a few hundred thousand rows with no extra service, and it stays consistent with your data because it is your data. Move to Meilisearch v1.53.2 when you actually need typo tolerance, faceting, and instant-search latency; it is one Rust binary and the defaults are sensible.
recommend · verified 2026-09-08 · recheck 2027-01-06