@abi-software/map-side-bar 2.12.0 → 2.12.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -24,10 +24,10 @@
|
|
|
24
24
|
<ul>
|
|
25
25
|
<li>
|
|
26
26
|
<strong>Multiple Terms:</strong> Separate terms with a comma (<code>,</code>).
|
|
27
|
-
This will find
|
|
27
|
+
This will find datasets that match any of the terms (an "OR" search).
|
|
28
28
|
</li>
|
|
29
29
|
<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.
|
|
31
31
|
</li>
|
|
32
32
|
</ul>
|
|
33
33
|
<br/>
|
|
@@ -35,11 +35,12 @@
|
|
|
35
35
|
<ul>
|
|
36
36
|
<li>
|
|
37
37
|
<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>.
|
|
39
39
|
</li>
|
|
40
40
|
<li>
|
|
41
41
|
<strong>To find by multiple terms:</strong>
|
|
42
|
-
Searching for <code>
|
|
42
|
+
Searching for <code>nerve, vagus</code> will find data that contains either <code>nerve</code> OR <code>vagus</code>.
|
|
43
|
+
<br/>
|
|
43
44
|
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.
|
|
44
45
|
</li>
|
|
45
46
|
</ul>
|