From 423b8c9f4637e8437dbcf896bd1837f70698bdf0 Mon Sep 17 00:00:00 2001
From: Patrick Marsceill <pmarsceill@users.noreply.github.com>
Date: Mon, 9 Sep 2019 16:29:51 -0400
Subject: [PATCH] Update _config.yml

---
 _config.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/_config.yml b/_config.yml
index 9176a8f9..c58fcc95 100644
--- a/_config.yml
+++ b/_config.yml
@@ -27,10 +27,8 @@ exclude: ["node_modules/", "*.gemspec", "*.gem", "Gemfile", "Gemfile.lock", "pac
 # Enable or disable the site search
 search_enabled: true
 
-# Set the search token separator
-search_tokenizer_separator: /[\s\-/]+/
-# For hyphenated-word search:
-# search_tokenizer_separator: /[\s/]+/
+# Set the search token separator for hyphenated-word search:
+search_tokenizer_separator: /[\s/]+/
 
 # Enable or disable heading anchors
 heading_anchors: true
-- 
GitLab