-
-
Save searchwpgists/b3cd7f5d00b613cc6c174bad8e6d8469 to your computer and use it in GitHub Desktop.
Disable keyword stemming for all Engines in SearchWP
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Disable keyword stemming for all Engines in SearchWP. | |
add_filter( 'searchwp\query\tokens\use_stems', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment