Displays empty location subrecords in brief formats.. dunno if this is useful.
[pazpar2-moved-to-github.git] / www / masterkey / js / pzQuery.js
index 57cf9e0..1d1ce10 100644 (file)
@@ -64,7 +64,7 @@ pzQuery.prototype = {
         // TODO escape the characters
         var ccl = '';
         if( this.simpleQuery != '')
-            ccl = '"'+this.simpleQuery+'"';
+            ccl = this.simpleQuery;
         for(var i = 0; i < this.advTerms.length; i++)
         {
             if (ccl != '') ccl = ccl + ' and ';