Skip to content

Commit e3f0553

Browse files
committed
polish
1 parent c376bd4 commit e3f0553

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

public/API.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ <h3 id="text-search">Text Search</h3>
542542
Search behavior:
543543
</p>
544544
<ul>
545+
<li>Results will only include Web Annotation, IIIF Presentation API 3.0, and IIIF Presentation API 2.1 resource types that have the text embedded within their structure.</li>
545546
<li>Searches are case-insensitive</li>
546547
<li>Standard linguistic analysis is applied (stemming, stop words, etc.)</li>
547548
<li>Multi-word searches find documents containing <strong>all</strong> the words (AND logic)</li>
@@ -649,6 +650,7 @@ <h3 id="phrase-search">Phrase Search</h3>
649650
Search behavior:
650651
</p>
651652
<ul>
653+
<li>Results will only include Web Annotation, IIIF Presentation API 3.0, and IIIF Presentation API 2.1 resource types that have the text embedded within their structure.</li>
652654
<li>Searches are case-insensitive</li>
653655
<li>Uses a "slop" value (default: 2) that allows up to 2 intervening words between search terms</li>
654656
<li>Words don't need to be directly adjacent, providing flexibility while maintaining phrase coherence</li>
@@ -744,7 +746,7 @@ <h3 id="phrase-search">Phrase Search</h3>
744746
<span>]</span>
745747
</code></pre>
746748
<p class="alert">
747-
Phrase search is generally faster than wildcard search and provides a good balance of precision and recall. Results are sorted by relevance with the <code>__rerum.score</code> property indicating match quality.
749+
Results are returned sorted by relevance score in descending order. The __rerum.score property indicates match quality.
748750
</p>
749751
</p>
750752
<h3 id="http-post-method-override">HTTP POST Method Override</h3>

0 commit comments

Comments
 (0)