Fixed search separator config documentation

This commit is contained in:
squidfunk 2020-04-02 15:50:09 +02:00
parent a53dba4b82
commit 2cc068594e

View File

@ -105,7 +105,7 @@ index parts of words that are separated by `-` or `.`:
``` yaml
plugins:
- search:
separator: [\s\-\.]+
separator: '[\s\-\.]+'
```
### Prebuilding :hatching_chick: