You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>A <codeclass="language-plaintext highlighter-rouge">__rerum.score</code> property is added to each result indicating match quality</li>
552
552
</ul>
553
553
<p>
554
-
The <codeclass="language-plaintext highlighter-rouge">limit</code> and <codeclass="language-plaintext highlighter-rouge">skip</code> URL parameters can be used for pagination. By default, <codeclass="language-plaintext highlighter-rouge">limit=100</code> and <codeclass="language-plaintext highlighter-rouge">skip=0</code>. It is recommended to use a limit of 100 or less for optimal performance.
554
+
Use cases:
555
555
</p>
556
+
<ul>
557
+
<li>General full-text search across annotation content</li>
558
+
<li>Finding all annotations containing specific keywords or concepts</li>
559
+
<li>Broad discovery when exact word order doesn't matter</li>
560
+
<li>Best for single-word searches or when all search terms should appear anywhere in the document</li>
561
+
</ul>
556
562
<p>
557
563
<divclass="exHeading">Javascript Example (JSON Object)</div>
0 commit comments