discourse/app
Guo Xiang Tan 15e9057ec5
FIX: Reduce number of terms injected for host lexeme.
We do prefix matching in search so there is no need to inject the extra
terms.

Before:
```
"'discourse':10,11 'discourse.org':10,11 'org':10,11 'test':8A,10,11 'test.discourse.org':10,11 'titl':4A 'uncategor':9B"
```

After:
```
"'discourse.org':10,11 'org':10,11 'test':8A 'test.discourse.org':10,11 'titl':4A 'uncategor':9B"
```
2020-07-27 15:29:59 +08:00
..
assets DEV: add CSS class for composer action 2020-07-27 16:51:01 +10:00
controllers FIX: use allowlist and blocklist terminology (#10209) 2020-07-27 10:23:54 +10:00
helpers Revert "PERF: Move highlightjs to a background worker, and add result cache (#10191)" 2020-07-15 13:52:35 +01:00
jobs FIX: use allowlist and blocklist terminology (#10209) 2020-07-27 10:23:54 +10:00
mailers FIX: Add strip_secure_urls method to GroupSmtpMailer 2020-07-24 13:55:07 +10:00
models FIX: reserve id for reaction notifications (#10315) 2020-07-27 11:39:50 +10:00
serializers FIX: use allowlist and blocklist terminology (#10209) 2020-07-27 10:23:54 +10:00
services FIX: Reduce number of terms injected for host lexeme. 2020-07-27 15:29:59 +08:00
views FIX: use allowlist and blocklist terminology (#10209) 2020-07-27 10:23:54 +10:00