I am seeing issues where when I search for 'ACAT1' I do not get any results,
but with 'ACAT' I get the result, where the exact match is 'ACAT1'.
I tried using debug query to see what was going on, and whenever I have a mixed
alphanumeric token, my parsedQuery comes back as empty.
Total garbage query seems reasonable...
"debug": {
"rawquerystring": "weteweww",
"querystring": "weteweww",
"parsedquery": "textng:weteweww",
"parsedquery_toString": "textng:weteweww",
A query where the word has numbers in it...
"debug": {
"rawquerystring": "acat1",
"querystring": "acat1",
"parsedquery": "",
"parsedquery_toString": "",
Does anyone have any idea why the parsed query becomes empty? If I separate
them into two tokens, I also get something reasonable...
"rawquerystring": "acat 1",
"querystring": "acat 1",
"parsedquery": "+textng:acat +textng:1",
"parsedquery_toString": "+textng:acat +textng:1",
Thanks,
-tj
________________________________
Tze-John Tang
Platform Informatics and Knowledge Management
[cid:[email protected]]
1 N Waukegan Road
North Chicago, IL 60064
Dept R42T, Building AP10-2
OFFICE +1 847-935-3134
CELL +1 312-560-3763
EMAIL [email protected]<mailto:[email protected]>
abbvie.com<http://www.abbvie.com/>
This communication may contain information that is proprietary, confidential,
or exempt from disclosure. If you are not the intended recipient, please note
that any other dissemination, distribution, use or copying of this
communication is strictly prohibited. Anyone who receives this message in error
should notify the sender immediately by telephone or by return e-mail and
delete it from his or her computer.
________________________________