I get the above searches are basically searching SMAT for item 1 and item 2. Is there a way to do a single search of SMAT for item 1 OR item 2?
Example: Blood.*201 would return records that state Blood and also have the number 201 in each record.
What would I type if I wanted to return records that have Blood OR records that have 201?
So say I have 10 records and 2 say Blood and 3 other records say 201. I want a single query that will return the 2 records that say Blood and the 3 records that say 201 for a total of 5 results.
Thanks!