You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bitbag_sylius_elasticsearch_plugin.query_builder.contains_name service currently uses automatic fuzziness in elasticsearch queries, which may lead to unexpected search results. There should be a way to configure or disable this fuzziness setting.
Current Behavior
Search queries automatically include fuzziness (set to "AUTO")
No configuration option exists to disable or modify this behavior
Expected Behavior
Ability to configure fuzziness level through service definition
Option to completely disable fuzziness when needed
Proposed Solution
Add a fuzziness parameter to the service definition that can be configured in services.yaml:
Description
The
bitbag_sylius_elasticsearch_plugin.query_builder.contains_name
service currently uses automatic fuzziness in elasticsearch queries, which may lead to unexpected search results. There should be a way to configure or disable this fuzziness setting.Current Behavior
Expected Behavior
Proposed Solution
Add a fuzziness parameter to the service definition that can be configured in
services.yaml
:The text was updated successfully, but these errors were encountered: