Tags are a major part of my platform. Using the default search, if the search term matches a tag, on the results page, I want it to display:
<p>Are you looking for our <a href="TAG-URL">TAG-Name</a> page?</p>
The tag must have at least one post attached to it, so no empty tags. What would be the lightest solution to achieve this? Our search feature is used very frequently.

