discourse/app
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
..
assets FIX: ensures moderation history is accessible from topic/post admin menu (#10118) 2020-06-24 10:49:47 +02:00
controllers FIX: Avoid marking notifications as seen in readonly mode. 2020-06-25 10:14:07 +08:00
helpers New bootstrap.json endpoint for starting up Discourse 2020-06-03 14:45:23 -04:00
jobs DEV: improve verbose mode for reindexer 2020-06-24 17:29:45 +10:00
mailers FIX: Use correct URL for unsubscribe (#10077) 2020-06-24 09:31:20 +02:00
models FIX: properly invalidate inline oneboxes when rebaking 2020-06-24 11:54:54 +02:00
serializers FIX: skip category notification_level unless scoped 2020-06-24 17:08:12 +10:00
services FEATURE: allow disabling of extra term injection in search 2020-06-25 13:36:52 +10:00
views FEATURE: allows to have header/footer in publshed pages (#10067) 2020-06-19 09:51:03 +02:00