Skip to Content
1
Former Member
Jun 20, 2018 at 07:50 AM

How to check if exact keyword match is present in the solr search results ?

282 Views

I have implemented a JoinedOR condition in solr search query builder. So in this case i am getting results even without exact search keyword match. New requirement is to display an error message if no exact keyword match is present in the search results. Could you please provide suggestions.