From 3ae06cd59b8cac45d04233693c26755c0da6a815 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Mon, 9 Sep 2019 16:32:53 -0400 Subject: [PATCH] Update search.md --- docs/search.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/search.md b/docs/search.md index 1a627d2..74b398f 100644 --- a/docs/search.md +++ b/docs/search.md @@ -59,12 +59,12 @@ In your site's `_config.yml`, enable search: search_enabled: true ``` -The default is for hyphens to separate tokens in search terms: -`gem-based` is equivalent to `gem based`, matching either word. -To allow search for hyphenated words: +The default is for hyphens to separate tokens in search terms: +`gem-based` is equivalent to `gem based`, matching either word. +To allow search for hyphenated words: -```yaml -# Set the search token separator +```yaml +# Set the search token separator search_tokenizer_separator: /[\s/]+/ ```