Text/SearchParser.php
authorAlan Knowles <alan@roojs.com>
Mon, 3 Dec 2018 07:44:15 +0000 (15:44 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 3 Dec 2018 07:44:15 +0000 (15:44 +0800)
Text/SearchParser.php

index 711788c..981f971 100644 (file)
@@ -463,10 +463,9 @@ class Text_SearchParser_Token_Eq extends Text_SearchParser_Token
         
     }
 }
-/*
 // test..
-header('Content-type: text/plain;charset=UTF-8');
-$x = new Text_SearchParser_Tokenizer ("金蟲指數");
+$x = new Text_SearchParser_Tokenizer ("id:234234234");
 $ar = $x->parse();
 print_R($ar);
-*/
\ No newline at end of file
\ No newline at end of file