- Issue created by @phjou
-
stefan.korn →
committed 658406e4 on 8.x-1.x
Issue #3505944: If a string is searched with quotes, exact match is not...
-
stefan.korn →
committed 658406e4 on 8.x-1.x
- 🇩🇪Germany stefan.korn Jossgrund
Thanks for pointing this out.
Pushed a commit that just trims double quotes from the search string before comparing for exact match.
Seems feasible to fix the problem.
Currently thinking if there are other syntax related characters that needs to be removed before comparing (Solr?). But probably the exact search with double quotes is most common.