Using a pre_get_posts filter to search for multiple strings on all meta values
I made some fixes to this code as it doesn’t work anymore. The following code will search the terms to be LIKE the title OR the content OR the meta_value : function custom_search_where( $where ) { if ( is_search() ) { global $wpdb; // Overwrite the existing WHERE clause. $where=””; // Store all search terms … Read more