WP User Query fails when searching meta queries and search columns
Combining a meta query with a search for a keyword will return posts which match both the search query and the result of the meta query (even if you’re using relation => OR in the meta query). This answer covers a way to achieve your expected outcome for posts, which – you need to modify … Read more