Tell SearchWP to ignore engine settings when indexing
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 | |
// Tell SearchWP to ignore limiters/exclusions as defined in engine settings when indexing | |
// Note: this will very likely cause your index to grow in size | |
add_filter( 'searchwp_indexer_apply_engines_rules', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment