Commit f2a406e1 by Kim Eunchul

#40821 【TECSS Web 1.9.2.6】「or」「(」「半角スペース」で検索した時の結果が統一されていない

parent f8b7f9f8
...@@ -809,7 +809,7 @@ CONTENTVIEW.searchHandle = function() { ...@@ -809,7 +809,7 @@ CONTENTVIEW.searchHandle = function() {
for(var i = 0; i < dummyArray.length; i++){ for(var i = 0; i < dummyArray.length; i++){
if(dummyArray[i].includes(")(") && dummyArray[i].charAt(0) != "'" && dummyArray[i].charAt(dummyArray.length - 1) != "'"){ if(dummyArray[i].includes(")(") && dummyArray[i].charAt(0) != "'" && dummyArray[i].charAt(dummyArray.length - 1) != "'"){
throw new Error('quotes error!') throw new Error('quotes error!');
} }
} }
......
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