That's exactly what I would expect from url-encoding '&'. So, the thing that you're doing works as it should, but you're probably doing something that you should not do (in this case, urlencode).
I have not used SolrPHPClient myself, but from the example at http://code.google.com/p/solr-php-client/wiki/FAQ#How_Can_I_Use_Additional_Parameters_%28like_fq,_facet,_etc%29it appears that you should not do any urlencoding yourself, at all. Further, if you're using data that is already urlencoded, you should urldecode it before handing it over to SolrPHPClient. On Mon, Jan 20, 2014 at 10:34 AM, rachun <rachun.c...@gmail.com> wrote: > Hi Raymond, > > I keep trying to encode the '&' but when I look at the solar log it show > me > that '%26' > I'm using urlencode it didn't work what should i do? Im using > SolrPHPClient. > Please suggest me. > > Thank you very much, > Rachun > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Query-by-range-of-price-tp4111655p4112256.html > Sent from the Solr - User mailing list archive at Nabble.com. >