Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created March 24, 2020 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchristopher/f191cbe9b735a9f7d034335acd21d1a8 to your computer and use it in GitHub Desktop.
Save jchristopher/f191cbe9b735a9f7d034335acd21d1a8 to your computer and use it in GitHub Desktop.
Tell SearchWP not to use a wildcard prefix when performing partial match logic
<?php
// Tell SearchWP not to use a wildcard prefix when performing partial match logic.
add_filter( 'searchwp\query\partial_matches\wildcard_after', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment