From 6376b67b3fdafcca7ac7c41cee6f26534c70d6eb Mon Sep 17 00:00:00 2001
From: Ere Maijala <ere.maijala@helsinki.fi>
Date: Mon, 6 Jan 2014 11:57:09 -0500
Subject: [PATCH] Added a missing comma to geographic term definition.

---
 config/vufind/searchspecs.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/vufind/searchspecs.yaml b/config/vufind/searchspecs.yaml
index c67a295438f..c53f1ec7aea 100644
--- a/config/vufind/searchspecs.yaml
+++ b/config/vufind/searchspecs.yaml
@@ -51,7 +51,7 @@
 #    #     for an example.  This is applied whether we use DismaxFields or
 #    #     QueryFields.
 #    FilterQuery: (optional Lucene filter query)
-#
+#       
 # ...etc.
 #
 #-----------------------------------------------------------------------------------
@@ -487,7 +487,7 @@ geographic:
     geographic:
       - [and, 50]
     geographic_facet:
-      - [and ~]
+      - [and, ~]
 
 genre:
   QueryFields:
-- 
GitLab