How to search details of task for a word in bigfix console

I have a file name id like to know which tasks mention this file name.
It will be in the details tab.
When i search for tasks it only searches the title.

I’ve never used it (I would personally do it through session relevance - will provide you that below too) but creating a “Content Filter” in the console should give you what you are after:

image

(html "<table border=%221%22><tr><th>Content Name</th><th>ActionScript</th></tr>" & it & html "</table>") of concatenations of trs of (td of item 0 of it & td of item 1 of it) of (name of it, scripts of actions of it) of bes fixlets whose (exists actions whose (exist script whose (it contains "something") of it) of it)

3 Likes