I have a problem when users search for "b-long" that the dash-character is replaced with whitespace ending up with this query
+sys_summary:*b* AND +sys_summary:*long*
The correct search query would be
+sys_summary:"b-long"
I have tried
Dynamicweb.Notifications.eCommerce.SearchFilters.BeforeComposeQuery
Dynamicweb.Notifications.eCommerce.SearchFilters.AfterComposeQuery
Dynamicweb.Notifications.eCommerce.SearchFilters.BeforeQueryingIndex
Dynamicweb.Notifications.eCommerce.SearchFilters.AfterQueryingIndex
But none of the notification subscribers let me modify the criterias used for building the query.
Any suggestions to do that?