Hi, I come across the issue with urlencoding between PHP and Solr. I have a field indexed with value *WBE(Honda Edix)* in Solr.
>From PHP codes, if I urlencode($string) and send to Solr, I do not get the accurate results. Here is the part of the solr query *fq=model:WBE(Honda+Edix)* However, If I do it *fq=model:WBE\(Honda+Edix\)* this way directly from Solr, I would get the accurate results. I assume that the '(' and ')' part of the solr query. How do I escape '(' and ')' from the client side. -- View this message in context: http://lucene.472066.n3.nabble.com/Issue-with-PHP-urlencode-and-solr-encoding-tp4119176.html Sent from the Solr - User mailing list archive at Nabble.com.