Commit 4a9d0ebb by Kim Eunchul

#40806 【TECSS Web 1.9.2.6】「and」「or」「(」が検索できない

parent 5d7e463f
......@@ -278,7 +278,7 @@ HEADER.searchHeaderButtonFunction = function(){
var myArray = [];
var myQuery;
//var myRegExpArr = [];
var textReg = $('#txtSearchWs').val().replace(/\(/g," ( ").replace(/\)/g," ) ");
var textReg = $('#searchbox-key').val().replace(/\(/g," ( ").replace(/\)/g," ) ");
do {
var match = myRegexp.exec(textReg);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment