3b2f6e129a
FEATURE: Add English (UK) as locale ( #11768 )
...
* "English" gets renamed into "English (US)"
* "English (UK)" replaces "English"
@discourse-translator-bot keep_translations_and_approvals
2021-01-20 21:32:22 +01:00
cb58cbbc2c
FEATURE: allow to extend topic_eager_loads in Search ( #10625 )
...
This additional interface is required by encrypt plugin
2020-09-14 11:58:28 +10:00
38c9c87128
FIX: Add to tags result set only visible tags ( #10580 )
2020-09-02 13:24:40 +03:00
181c4eb760
PERF: Avoid parsing Post#cooked
with Nokogiri for every search.
2020-07-24 10:43:09 +08:00
862773ec83
FIX: do not remove stop words when using English locale
...
PG already handles English stop words, the list in cppjieba is
bigger than the list PG uses, which in turn causes confusion cause
words such as "volume" are stripped using cppijieba stop word list
We will follow up with another commit here to apply the Chinese
word stopwords, but for now to eliminate the confusion we are
skipping applying the stopword list when the dictionary in PG is
in English.
2020-05-18 10:54:56 +10:00
0dfc594784
FIX: skip invalid URLs when checking for audio/video in search blurbs
...
Fixes 500 errors on search queries introduced in 580a4a8
2019-11-06 10:32:15 -05:00
f8b72d9835
DEV: Refactor excluding audio/video URLs from search result blurbs
...
Followup to 580a4a82
2019-10-31 09:13:24 -04:00
580a4a827b
Exclude audio/video URLs from search result blurbs
...
Displays translatable "[audio]" or "[video]" placeholders instead of ugly (and often long) URLs.
2019-10-30 13:07:16 -04:00
6bd082feab
FIX: Update mapping between locales and Postgres dictionaries. ( #7606 )
2019-05-27 16:52:09 +03:00