mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 07:30:16 +08:00
DEV: Set min_search_term_length to 1 (#12610)
Japanese languages and the like should have a min_search_term_length of 1. See: https://meta.discourse.org/t/97359/27 and https://meta.discourse.org/t/185218/7
This commit is contained in:
parent
3a22c654e2
commit
ce251986bf
|
@ -1933,10 +1933,10 @@ search:
|
||||||
client: true
|
client: true
|
||||||
default: 3
|
default: 3
|
||||||
locale_default:
|
locale_default:
|
||||||
zh_CN: 2
|
zh_CN: 1
|
||||||
zh_TW: 2
|
zh_TW: 1
|
||||||
ko: 2
|
ko: 1
|
||||||
ja: 2
|
ja: 1
|
||||||
search_tokenize_chinese_japanese_korean: false
|
search_tokenize_chinese_japanese_korean: false
|
||||||
search_prefer_recent_posts: false
|
search_prefer_recent_posts: false
|
||||||
search_recent_posts_size:
|
search_recent_posts_size:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user