File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2424 <ul >
2525 <li >
2626 <strong >Multiple Terms:</strong > Separate terms with a comma (<code >,</code >).
27- This will find dataset that match any of the terms (an "OR" search).
27+ This will find datasets that match any of the terms (an "OR" search).
2828 </li >
2929 <li >
30- <strong >Exact Phrase:</strong > Terms within a comma block will be matched as exact phrase.
30+ <strong >Exact Phrase:</strong > Terms within a comma block will be matched as an exact phrase.
3131 </li >
3232 </ul >
3333 <br />
3434 <strong >Examples:</strong >
3535 <ul >
3636 <li >
3737 <strong >To find by exact phrase:</strong >
38- Searching for <code >vagus nerve</code > will find any dataset containing <code >vagus nerve</code >.
38+ Searching for <code >vagus nerve</code > will find any dataset containing <code >" vagus nerve" </code >.
3939 </li >
4040 <li >
4141 <strong >To find by multiple terms:</strong >
42- Searching for <code >kidney, vagus</code > will find data that contains either <code >kidney</code > OR <code >vagus</code >.
42+ Searching for <code >nerve, vagus</code > will find data that contains either <code >nerve</code > OR <code >vagus</code >.
43+ <br />
4344 Due to the limitation of the search engine, space between words in a comma block will be treated as comma when multiple terms search is active.
4445 </li >
4546 </ul >
You can’t perform that action at this time.
0 commit comments