The Tree of Widsdom

智慧の樹

@Match Status: string

Type: Agent

Actual name: BlogStatusLister

This agent collects all available values of $blogStatus inside the text window. Just type the tag you want to find in the $searchString key attribute.

Query only

$blogStatus.icontains($searchString(BlogStatusLister))

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:

This finds all notes whose <code>$blogTags</code> contains “Kant”.
This finds all notes whose $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_agentStatus_DE:

Display expression

(if($AgentPriority!=-1){"@"}else{"• "}) + "Match Status: '" + $searchString + "' [" + $ChildCount + "]"