diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2019-08-18 03:45:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-18 03:45:51 +0200 |
commit | cc0a55cf9aead00e1cb044649f84c2187e0e4a35 (patch) | |
tree | 57c0920e813d7c8df9a0f483f111d2808f5045d3 /config/locales | |
parent | 3a77090d015203a1ae20376ed69ca699eed3976d (diff) |
Add more accurate hashtag search (#11579)
* 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
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/simple_form.en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index e15d5904f..98f0843d0 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -142,7 +142,7 @@ en: report: Send e-mail when a new report is submitted trending_tag: Send e-mail when an unreviewed hashtag is trending tag: - listable: Allow this hashtag to appear on the profile directory + listable: Allow this hashtag to appear in searches and on the profile directory trendable: Allow this hashtag to appear under trends usable: Allow toots to use this hashtag 'no': 'No' |