mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-27 21:33:41 +02:00
ILIKE bypasses pg_bigm GIN indexes. Instead, lowercase the query in Go and use LOWER(column) LIKE in SQL. Rebuild bigram indexes on LOWER() expressions to match.