Commit dd7690f0 by Kim Eunchul

#40365 【TECSS(Biz) webviewer 1.9】一覧画面で検索時にエラーを起こすキーワードがある

parent b6493031
......@@ -1128,13 +1128,13 @@ CONTENTSEARCH.searchEventButtonFunction = function() {
}
}
}
console.log("1" + myQuery);
if (eval(myQuery)) {
//is not correct query
}
}catch(error){
searchText = "invaildsearchtextzeroresultfound";
searchText = " ";
}
}
......
......@@ -374,7 +374,7 @@ HEADER.searchHeaderButtonFunction = function(){
searchDivision = $('#searchbox-body').val();
}
ClientData.searchCond_searchText("invaildsearchtextzeroresultfound");
ClientData.searchCond_searchText(" ");
ClientData.searchCond_searchDivision(searchDivision);
//window.location = COMMON.ScreenIds.ContentSearch;
AVWEB.avwScreenMove(COMMON.ScreenIds.ContentSearch);
......
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