FilamentF
Filament9mo ago
anjama

Making searches universally case insensitive for Postgres

I'm using Postgres, is there a recommended strategy for making searches in string columns case insensitive without having to write dozens of search callbacks for the searchable() method?
Was this page helpful?