When I pass requests to solr, I pass them as strings ("blah blah"). I do this because I have problems with Greek encoding (my input field accepts Greek characters only as a string). But solr sees the characters inside the quotes as the term "exact match." Is there a way to remove double quotes from Solr?
thank
source
share