Hi,
If I have a query with the word "to" in it (eg. "one to two") it fails
with an exception: "Zend_Search_Lucene_Search_QueryParserException:
Syntax error at char position 6."
I know that TO is a query keyword, and that query isn't correctly
formatted for use with TO, but the query string is coming from a search
input on the site, which a user could potentially type anything into. I
obviously don't want the users to have to worry about how a search
string is written, so how do I get it to do the search anyway,
regardless of such errors?
Thanks,
--
Jack