Commit 780f6fd5 by Kim Eunchul

#40708 【TECSS(Biz) webviewer/Win 1.9】【仕様確認】同じ検索キーワードで動作が異なるものがある

parent bf9c6c4e
...@@ -385,7 +385,7 @@ HEADER.searchHeaderButtonFunction = function(){ ...@@ -385,7 +385,7 @@ HEADER.searchHeaderButtonFunction = function(){
searchDivision = $('#searchbox-body').val(); searchDivision = $('#searchbox-body').val();
} }
ClientData.searchCond_searchText(" "); ClientData.searchCond_searchText("invaildsearchtextzeroresultfound");
ClientData.searchCond_searchDivision(searchDivision); ClientData.searchCond_searchDivision(searchDivision);
//window.location = COMMON.ScreenIds.ContentSearch; //window.location = COMMON.ScreenIds.ContentSearch;
AVWEB.avwScreenMove(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