How can I find all nodes that have a specific word?
There are multiple ways to search for a specific word - say you're looking for all nodes with the word bottle
in it.
- Option 1: Use the global search (Cmd/Ctrl+S) and enter
bottle
- then Option+Enter - and the search will be made into a search node in your workspace, and shown in a panel - Option 2: Cmd/Ctrl+K > Find nodes with text="bottle" as list
- Option 3: In a search node, enter
>LINKS TO::@bottle
to find only linked items to the node - Option 4: In a search node, if you're searching for a node that has this word within its field's value, enter the field in the search and the value
/bottle/
. Be sure to put the slashes as shown, this will run the value as a regex match
Source of FAQ: Tana Community Resource Hub