Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created March 27, 2020 13:18
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/642f0c6d4e23d9f8f998357ffa55a62c to your computer and use it in GitHub Desktop.
Save jchristopher/642f0c6d4e23d9f8f998357ffa55a62c to your computer and use it in GitHub Desktop.
Disable keyword stemming for all Engines in SearchWP
<?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