Skip to content

Commit 6d063b2

Browse files
thehabesCopilot
andauthored
Update public/API.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f1b79f7 commit 6d063b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/API.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ <h3 id="phrase-search">Phrase Search</h3>
658658
</ul>
659659
<p>
660660
To allow for more records in the response one can add the URL parameter <code>limit</code> to the search requests. If you expect the search request will have a very large response with many objects, your application should use a paged search by also using the <code>skip</code> URL parameter. You will see an example of this below.
661-
<p class="alert"> Note that your application may experience strange behavior with large limits, such as ?limit=1000. It is recommended to use a limit of 100 or less. If you expect there are more than 100 matching records, use a paged search to make consecutive requests until all records all gathered.</p>
661+
<p class="alert"> Note that your application may experience strange behavior with large limits, such as ?limit=1000. It is recommended to use a limit of 100 or less. If you expect there are more than 100 matching records, use a paged search to make consecutive requests until all records are gathered.</p>
662662
</p>
663663
<p>
664664
Search behavior:

0 commit comments

Comments
 (0)