break;
}
if(string) {
- string = string.replace(/'/,'');
+ string = string.replace(/'/,' ');
searches[stype].term = string;
}
}
args.searches[getStype()] = {};
var term = getTerm();
if( term ) {
- term = term.replace(/'/,'');
+ term = term.replace(/'/,' ');
args.searches[getStype()].term = term;
}
var d = (newSearchDepth != null) ? newSearchDepth : depthSelGetDepth();
if(isNaN(d)) d = 0;
- text = text.replace(/'/,'');
+ //text = text.replace(/'/,'');
var args = {};