about summary refs log tree commit diff
path: root/app/helpers/text_helper.rb
AgeCommit message (Expand)Author
2020-01-10bon voyage to that shitty text normalization codemultiple creatures
2019-12-13improve normalizationmultiple creatures
2019-12-12strip mentions from normalized textmultiple creatures
2019-12-10fix newlines in normalized text + make `tag` & `tags` headings mean the same ...multiple creatures
2019-12-10simplify normalizer & add headingsmultiple creatures
2019-12-10include headings `tags`, `subj`, `text`, & `desc` in normalized text so they ...multiple creatures
2019-11-18Get rid of the `Formatter` cache. It isn't worth the admin headaches.multiple creatures
2019-11-18Include media attachment descriptions in normalized text.multiple creatures
2019-11-17Hardcoded disabling of `Formatter` cache in normalizer.multiple creatures
2019-11-17Do not allow `Formatter` cache when normalizing text by default - fixes menti...multiple creatures
2019-11-16Include all tags in normalized text. Deduplicate and move them to the front.multiple creatures
2019-11-16When normalizing the text of local posts, skip `Formatter` cache (but allow t...multiple creatures
2019-11-16Moved to using a normalized text column for searches. Admins using an FTS-ena...multiple creatures