Well, sometimes people just copy-paste stuff into the search box probably
because some words (at least in my world) are very hard to spell correctly. We
noticed the problem because the query was getting mangled on its way in and not
returning any search results even though it should have.
Our a
Sujit's comments are well taken, part of your problem will certainly be
getting the special characters through your container...
But another part of your problem will be having the characters in
your index in the first place. The fact that you can find "Time" in
the first place suggests that your
Hi Tejinder,
I had this problem yesterday (believe it or not :-)), and the fix for us was to
make Tomcat UTF-8 compliant. In server.xml, there is a tag, we
added the attribute URIEncoding="UTF-8" and restarted Tomcat. Not sure what
container you are using, if its Tomcat this will solve it, els