modify separator for tokenization

This commit is contained in:
cxlwill 2017-10-23 14:43:19 +08:00 committed by Martin Donath
parent 6ae4322ad0
commit dfc1b38c2a

View File

@ -12,7 +12,7 @@
"search.result.none": "没有找到符合条件的结果", "search.result.none": "没有找到符合条件的结果",
"search.result.one": "找到 1 个符合条件的结果", "search.result.one": "找到 1 个符合条件的结果",
"search.result.other": "# 个符合条件的结果", "search.result.other": "# 个符合条件的结果",
"search.tokenizer": "[\s\-]+", "search.tokenizer": "[\\。]+",
"source.link.title": "前往 Github 仓库", "source.link.title": "前往 Github 仓库",
"toc.title": "目录" "toc.title": "目录"
}[key] }}{% endmacro %} }[key] }}{% endmacro %}