@Match Tag: string
Type: Agent
Actual name: BlogTagLister
This agent collects all available values of $blogTags inside the text window. Just type the tag you want to find in the $searchString key attribute.
Query only
$blogTags.icontains($searchString(BlogTagLister))
The genius of this agent is that the text window displays all the available tags. Type the one you want to search for in the $searchString key attribute:

$blogTags contains “Kant”.The notes will be collected inside the agent as usual.
Make sure you uncheck the $RuleDisabled box on occasion to refresh the list of tags displayed in the text field.
The agent’s display expression is set by c_agentTag_DE:
Display expression
(if($AgentPriority!=-1){"@"}else{"• "}) + "Match Tag: '" + $searchString + "' [" + $ChildCount + "]"