Hello,
Trying to figure out exact_match search but without any luck.
I have a simple search form with only a single keywords field and where=“exact” parameter.
Now, when I search for B92 9BA there is only a single result which is correct because there is only a single entry with that title.
But when I search for B92 9B there are plenty of results like B92 9BB, B92 9BC, etc… but in this case I need to return no_results page.
I tried to do the same in Admin panel and when I search for B92 9B and check Exact Match field EE returns no results message There are no entries matching the criteria you selected which is exactly what I need.
How to achieve this with simple search form?