Fixed example of plugins.search.separator (#1571)

This commit is contained in:
Shohei Ueda
2020-04-08 03:09:41 +09:00
committed by GitHub
parent 1657359aab
commit e65ce371b7

View File

@@ -111,7 +111,7 @@ was renamed to `separator`:
``` yaml
plugins:
- search:
separator: [\s\-\.]+
separator: '[\s\-\.]+'
lang:
- en
- de