Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Last active March 16, 2022 16:29
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 searchwpgists/63f5b09a4389767941c6edc3be2c8c72 to your computer and use it in GitHub Desktop.
Save searchwpgists/63f5b09a4389767941c6edc3be2c8c72 to your computer and use it in GitHub Desktop.
Force SearchWP to use AND logic and not fall back to OR logic
<?php
// Force SearchWP to use AND logic and not fall back to OR logic.
add_filter( 'searchwp\query\logic\and\strict', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment