2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-12 21:10:47 +08:00

BUGFIX: Chinese search was broken

BUGFIX: User locale was used index data
BUGFIX: missing Norwegian fulltext config
FEATURE: store the text used to index stuff in fulltext (for diagnostics / in page search)
FEATURE: re-index posts when locale changes (in bg job)
FEATURE: allow reindexing by trucating post_search_data

Note: I removed japanese specific config cause it requires custom pg config,
  happy to add it once our base docker config ships with it
This commit is contained in:
Sam 2014-06-24 17:10:56 +10:00
parent 51ff644409
commit 3c84876660
8 changed files with 134 additions and 16 deletions

View file

@ -223,6 +223,8 @@ gem 'gctools', require: false, platform: :mri_21
gem 'stackprof', require: false, platform: :mri_21
gem 'memory_profiler', require: false, platform: :mri_21

gem 'rmmseg-cpp', require: false

# This silly path comment just makes it easier for me to do dev
# will be removed in a few weeks
gem 'logster'#, path: '../logster'