about summary refs log tree commit diff
path: root/dist/search.sql
AgeCommit message (Collapse)Author
2019-11-18Create `f_normalize` function to transform filter queries. Also make the ↵multiple creatures
FTS migration an actual migration to save new Monsterfork admins the headache.
2019-11-16Moved to using a normalized text column for searches. Admins using an ↵multiple creatures
FTS-enabled version of Monsterfork will need to apply the migration from `dist/search.sql` then run `bundle exec rails monsterfork:index_statuses`.
2019-11-16Update admin instructions to migrate from PostgreSQL FTS to trigram-based ↵multiple creatures
search.
2019-07-17Add dist/search.sqlLumb
Adding SQL file to set up full text search.