Commit 4ba96ab3 by Kim Eunchul

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

parent dd7690f0
...@@ -1134,7 +1134,7 @@ CONTENTSEARCH.searchEventButtonFunction = function() { ...@@ -1134,7 +1134,7 @@ CONTENTSEARCH.searchEventButtonFunction = function() {
} }
}catch(error){ }catch(error){
searchText = " "; searchText = "invaildsearchtextzeroresultfound";
} }
} }
......
...@@ -374,7 +374,7 @@ HEADER.searchHeaderButtonFunction = function(){ ...@@ -374,7 +374,7 @@ HEADER.searchHeaderButtonFunction = function(){
searchDivision = $('#searchbox-body').val(); searchDivision = $('#searchbox-body').val();
} }
ClientData.searchCond_searchText(" "); ClientData.searchCond_searchText("\"\"");
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