Replies: 0
This is exactly what was mentioned in the post: https://wordpress.org/support/topic/cant-search-a-tag-and-a-category-at-the-same-time/#post-9587720
Basically, fuzzy search allows us to partial match words in the string but this is not always desirable. For example, if we search “alpha beta”, we will get results for both “alpha” and “beta”. Is there a way to allow multi word search (fuzzy) that enforces that both words must be in the search string – so “alpha beta” will only show results that contain “alpha” and “beta” somewhere in the title/content/exercept/category etc?
Thanks!