We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10859be commit 1c957e0Copy full SHA for 1c957e0
docs/schema/plugins/search.json
@@ -35,6 +35,16 @@
35
"title": "Separator for indexing and query tokenization",
36
"markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-separator",
37
"type": "string"
38
+ },
39
+ "jieba_dict": {
40
+ "title": "Jieba dictionary replacement",
41
+ "markdownDescription": "https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#jieba-dict",
42
+ "type": "string"
43
44
+ "jieba_dict_user": {
45
+ "title": "Jieba dictionary augmentation",
46
47
48
}
49
},
50
"additionalProperties": false
0 commit comments