Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-18 | Create `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-16 | Moved 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-16 | Update admin instructions to migrate from PostgreSQL FTS to trigram-based ↵ | multiple creatures | |
search. | |||
2019-07-17 | Add dist/search.sql | Lumb | |
Adding SQL file to set up full text search. |