Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-10 | fix newlines in normalized text + make `tag` & `tags` headings mean the same ↵ | multiple creatures | |
thing | |||
2019-12-10 | `include` looks nicer | multiple creatures | |
2019-12-10 | handle syntax for `tags:` as `tags: tag1 tag2 "tag3" ...` | multiple creatures | |
2019-12-10 | make query expander convert `heading: regex to match` shortcut into regex form | multiple creatures | |
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 | Regular expressions can now be used in full-text searches. Wrapping a ↵ | multiple creatures | |
search term in double-quotes treats it as a whole-word match. |