Created
February 14, 2019 16:20
-
-
Save jchristopher/0d769037b21e807d6499e7f3435635ff to your computer and use it in GitHub Desktop.
Customize whether SearchWP allows partial matches to be used more than once
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 | |
// Allow partial matches to be recycled during processing | |
add_filter( 'searchwp_like_aggressive', '__return_true' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment