Hey, in our title we are having a word named "hd+". Now I want to do a query right on these word, but if I do so, solr is just looking for "hd" and ignoring the plus sign. But I relay need to search for the whole string Of course I did a url encode for the plus sign:
q=title:hd%2B Can please anyone tell me, how to search for the plus sign "+"? thanks David