Skip to content

Instantly share code, notes, and snippets.

@searchwpgists
Created March 25, 2022 17:35
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/794c2b7701ee214777527256d5e6b736 to your computer and use it in GitHub Desktop.
Save searchwpgists/794c2b7701ee214777527256d5e6b736 to your computer and use it in GitHub Desktop.
Apply delta Index updates inline (as opposed to the background process)
<?php
// Apply delta Index updates inline (as opposed to the background process)
add_filter( 'searchwp\index\aggressive_delta', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment