I love the plugin, however working with WPEngine object cache it breaks down. https://wpengine.com/support/wp-engines-object-caching/
We dont get any results.
I see load is php_deprecated (this is what the support from WPEngine told me)
Any idea.
Our frontend ajax call to the following function
// Query posts.
$args = array(
's' => $query,
'wpfts_is_force' => 1,
'posts_per_page' => 12,
);
$search_query = new WP_Query( $args );