need to add a space here, in case the term contains a : (parser gets confused)
authormiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 3 Mar 2010 17:43:20 +0000 (17:43 +0000)
committermiker <miker@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 3 Mar 2010 17:43:20 +0000 (17:43 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15676 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/web/opac/skin/default/js/adv_global.js

index 2077845..74edd3f 100644 (file)
@@ -311,7 +311,7 @@ function advBuildSearchBlob() {
             string = string.replace(/\s*$/,'');
                        //searches[stype].term = string;
             if(searches) searches += ' ';
-            searches += stype + ':'+ string;
+            searches += stype + ': '+ string;
                }
        }