Commit caa4122c by Kim Eunchul

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

parent 3c6f7aef
...@@ -877,7 +877,7 @@ CONTENTVIEW.searchHandle = function() { ...@@ -877,7 +877,7 @@ CONTENTVIEW.searchHandle = function() {
} }
} }
if($('#txtSearch').val() == "or" || $('#txtSearch').val() == "Or" || $('#txtSearch').val() == "oR" || $('#txtSearch').val() == "OR"){ if($('#txtSearch').val() == "or" || $('#txtSearch').val() == "Or" || $('#txtSearch').val() == "oR" || $('#txtSearch').val() == "OR" || $('#txtSearch').val() == " " || $('#txtSearch').val() == ""){
myQuery = ' ||'; myQuery = ' ||';
} }
......
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