The Simple Search tool is extremely helpful for performing a quick search on the XML that was uploaded into the system.
You can type in a simple term or you can use quotation marks to search on phrases. The search will return all products whose Trace Document
meets the search criteria. For instance you can search:
Frozen Crab
to search for all products whose Trace Document contains the term Frozen Crab anywhere in the XML.
You can also do basic conditional statements using OR and AND to filter even further. For instance you can search:
"Frozen" AND "Crab"
And this will pull back any products whose Trace Document XML contains the term Frozen and the term Crab.
You can search things a bit more complex as well. For instance, you can search:
"Frozen Crab" OR "Frozen AND Crab AND Fresh"
to search for any products in a Trace Document that contains
the term Frozen Crab or contains Frozen, Crab, and Fresh in the Trace Document.