discourse/config
Sam Saffron 88459e08c9
FEATURE: allow disabling of extra term injection in search
There is a feature in search where we take over from the tokenizer
in postgres and attempt to inject more words into search.

So for example: sam.i.am will inject the words i and am.

This is not ideal cause there are many edge cases and this can
cause extreme index bloat.

This is an opening move commit to make it configurable, over the
next few weeks we will evaluate and decide if we disable this by
default or simply remove.
2020-06-25 13:36:52 +10:00
..
cloud/cloud66
environments DEV: Silence all freedom patches trace in verbose query logs. 2020-06-05 09:09:54 +08:00
initializers DEV: Rescue from ActiveRecord::Readonly error in lograge. 2020-06-25 10:25:28 +08:00
locales Update translations 2020-06-24 10:47:45 -04:00
application.rb DEV: Fix undefined method. 2020-06-15 16:04:41 +08:00
boot.rb PERF: enable bootsnap globally 2020-06-10 12:20:17 +10:00
cdn.yml.sample
database.yml
deploy.rb.sample
discourse.config.sample
discourse.pill.sample
discourse_defaults.conf DEV: Switch to db config to disable advisory locks. 2020-06-15 14:33:41 +08:00
environment.rb
logrotate.conf
multisite.yml.production-sample DEV: Remove `db_id` from sample multisite config. 2020-05-29 10:48:29 +08:00
nginx.global.conf
nginx.sample.conf make unix domain sockets listening example match web.socketed.template.yml (#10060) 2020-06-18 11:30:08 -04:00
projections.json DEV: Use .hbr for raw template file extension (#8883) 2020-02-11 13:38:12 -06:00
puma.rb
routes.rb FIX: Hide PM tags if the site setting is disabled (#10089) 2020-06-22 16:48:24 +03:00
sidekiq.yml
site_settings.yml FEATURE: allow disabling of extra term injection in search 2020-06-25 13:36:52 +10:00
spring.rb
thin.yml.sample
unicorn.conf.rb DEV: Don't use logstash for unicorn if ENV is blank. 2020-06-11 15:58:18 +08:00
unicorn_launcher
unicorn_upstart.conf