Beyond simple searches, TACTIC has a number of features which facilitates more complex searching.
It is possible to search for items in a list using a simple text string with a "|" operator. The following will search for either "TM_001" or "TM_002" or "TM_003":
Sequence code [in] "TM_001|TM_002|TM_003"
The vertical bar (a logical "or") is a delimiter that specifies that the search should look for any item with the code "TM_001" or "TM_002" or "TM_003".