I would like to have 3 cells for my wordpress search:
1 for search
1 for categories
1 for tags
And perform a result combining the 3 results
And also to make it work separately:
If you just search “any word” the result is any word with categories and tags results.
If you just search any tag and not specifying any search then all posts, pages, etc, with the searched tag are displayed.
If you just search any category and not specifying any search then all posts, pages, etc, with the searched category are displayed.
Many thanks