Fixed search separator config documentation

This commit is contained in:
squidfunk 2020-04-02 15:49:41 +02:00
parent f0bfb7c022
commit 253d00bfc1

View File

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