Commit a1b3ef9c by Kim Eunchul

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

parent 3d7b83d2
......@@ -1158,6 +1158,7 @@ CONTENTSEARCH.searchEventButtonFunction = function() {
if (body == 'checked') {
searchDivision = $('#searchbox-body').val();
}
searchText.replace('%','\%');
console.log('output text2: ' +searchText);
var genreId = ClientData.searchCond_genreId();
var groupId = ClientData.searchCond_groupId();
......
......@@ -403,6 +403,7 @@ HEADER.searchHeaderButtonFunction = function(){
{
searchDivision = $('#searchbox-body').val();
}
searchText.replace('%','\%');
console.log('output text1: ' +searchText);
ClientData.searchCond_searchText(searchText);
ClientData.searchCond_searchDivision(searchDivision);
......
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