check what is being written to our log files.
[Pman.Core] / Pman.SearchTokenizer.js
index 8b01480..8db0be1 100644 (file)
@@ -120,7 +120,7 @@ Pman.SearchTokenizer.prototype =  {
                 return;
             }
         }
-        this.tokens.push( { type : 's' , v : s });
+        this.tokens.push( { type : 's' , v : s, q: q });
     },
     
     getChar : function ()