DEPRECATED - use word().
#word( word )
The agent query #word matches all notes that contain a single word matching a word in:
- the title OR
- the text OR
- any user string attribute(s)
Note that #word is stricter in its matching than the #contains query as it looks only for entire words and does not match regular expressions. Although #word examines several different fields, the result is that #word is much faster than #contains.
The word must be:
- a single word
- contain only upper or lower case letters - so no white space, digits, or punctuation
- 4 characters or more (values less than 4 characters or less are ignored by Tinderbox).
This query is added to Agent and Find dialog's query pop-ups, listed as "contains word".
In agent create/rename dialogs this is listed as 'contains word'.
Deprecated in favour of action operator word().