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
When the plugin is using the "Default" algorithm, the query continues to have the fuzziness set to "auto", even after attempting to set it to 0 using the following filter:
Describe the bug
When the plugin is using the "Default" algorithm, the query continues to have the fuzziness set to "auto", even after attempting to set it to 0 using the following filter:
add_filter( 'ep_post_match_fuzziness', '__return_zero' );
This is happening because this filter override these value we set through
ep_post_match_fuzziness
filterSteps to Reproduce
wp elasticpress set-algorithm-version --version=default
add_filter( 'ep_post_match_fuzziness', '__return_zero' );
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress and ElasticPress information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: