Tagged Questions
0
votes
1answer
384 views
Apache Solr Escape Query
I'm using Apache Solr with Solarium client library for PHP.
The problem is special character, a dash (-).
When I have a dash in my search query, I don't get any matches.
I tried to solve this by ...