The query below will find fixlets with “wmi” in the relevance clauses.
Q: (id of it, name of it, name of site of it) of fixlets whose (exists relevance clauses whose (it as lowercase contains "wmi") of it) of all bes sites
How can I find fixlets with “wmi” in the action. Replacing relevance clauses
with action
, or actions
or actions of it
does not do it.
Q: (id of it, name of it, name of site of it) of fixlets whose (exists actions whose (it as lowercase contains "wmi") of it) of all bes sites
E: The operator "lowercase" is not defined.
Session Relevance and Query are something I need more time and work with to get a handle on!