For web apps only (not native apps), you can
copy
your filtering criteria from MS Excel or text files. To separate each field
of text, use:
- The
TAB separator for MS Excel files.
- The double ampersand (
&& ) separator for text
files.
When it processes the query, 3DSearch:
- Combines all values on a line using an implicit
AND
operator, and puts them between parentheses () .
- Interprets line
breaks
and double pipes
|| as OR operators.
For example, if you copy the following text content:
"Protein NLP-27"&&TrEMBL[63][1998-06-01][2012-10-03]
Transcriptional regulator ExsA&&TrEMBL[6][2012-10-31][2013-05-01]
ERK2&&TrEMBL[96][1998-01-01][2012-07-11]
3DSearch interprets the query as:
("Protein NLP-27" AND "TrEMBL[63][1998-06-01][2012-10-03]")
OR ("Transcriptional regulator ExsA"
AND "TrEMBL[6][2012-10-31][2013-05-01]")
OR ("ERK2" AND "TrEMBL[96][1998-01-01][2012-07-11]")
Note:
Use
internal labels only, not
National
Language Support (NLS)
values.
|