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:
Blake Erickson 2021-04-05 17:37:58 -06:00 committed by GitHub
parent 3a22c654e2
commit ce251986bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1933,10 +1933,10 @@ search:
client: true
default: 3
locale_default:
zh_CN: 2
zh_TW: 2
ko: 2
ja: 2
zh_CN: 1
zh_TW: 1
ko: 1
ja: 1
search_tokenize_chinese_japanese_korean: false
search_prefer_recent_posts: false
search_recent_posts_size: