about summary refs log tree commit diff
path: root/db/migrate/20190815225426_add_last_status_at_to_tags.rb
AgeCommit message (Collapse)Author
2019-08-18Add more accurate hashtag search (#11579)Eugen Rochko
* Add more accurate hashtag search Using ElasticSearch to index hashtags with edge n-grams and score them by usage within the last 7 days since last activity. Only hashtags that have been reviewed and are listable can appear in searches, unless they match the query exactly * Fix search analyzer dropping non-ascii characters