How to add custom taxonomy to search
You could try unsetting the original search query, otherwise you may be doubling up and the combination results in nothing? eg, try adding to your function: $query->set(‘s’,”); UPDATE I am not sure on this one, but you could try the AND operator -I think this adds to the existing query instead of replacing it… function … Read more