Search exact tags only in WordPress Module

Hello,

I am using Search Tags module of WordPress which helps to search for all tags currently present on the website. There are tags such as DeFi, Defi Challenges, Future of DeFi, DeFI Benefits.

Now when the module searches for DeFi, it returns the ID of all of the above.

However, I want it to exactly match the queried tags e.g. If DeFi is searched, it should only return the ID of DeFi only and not of all tags that contains DeFi.

How do I achieve this?

Iā€™m working on an automation and have this same question. Were you able to solve this?

Yes, I used a filter between the Search tags module and Resume. I used the condition as follows:
34. Name
Text operators: Equal to
28. Value
(For referencing to numbering, see the screenshot in my question above)

2 Likes

Thanks, very helpful!