Skip to content

Commit 6942e02

Browse files
committed
Minor language tweak on the description on search rules.
1 parent e812b37 commit 6942e02

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/components/DatasetExplorer.vue

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,23 @@
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>

0 commit comments

Comments
 (0)