Moved config search_tokenizer_separator -> search.tokenizer_separator

This commit is contained in:
Silvio Giebl
2019-12-29 20:08:34 +01:00
parent 7f5b1f14f1
commit ff30552748
3 changed files with 3 additions and 5 deletions

View File

@@ -31,9 +31,7 @@ search:
preview_words_before: 5
preview_words_after: 10
rel_url: false
# Set the search token separator for hyphenated-word search:
search_tokenizer_separator: /[\s/]+/
tokenizer_separator: /[\s/]+/ # Set the search token separator for hyphenated-word search
# Enable or disable heading anchors
heading_anchors: true