Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created March 25, 2022 17:21
Show Gist options
  • Save searchwpgists/e4ae6c287b9114b83c2bdae89827161b to your computer and use it in GitHub Desktop.
Save searchwpgists/e4ae6c287b9114b83c2bdae89827161b to your computer and use it in GitHub Desktop.
Tell SearchWP to be strict with accents and umlauts
<?php
// Tell SearchWP to be strict with accents and umlauts.
add_filter( 'searchwp\tokens\strict', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment