Skip to content

Commit

Permalink
#25693 add info about api search result limit
Browse files Browse the repository at this point in the history
  • Loading branch information
WHLukasz committed Nov 28, 2024
1 parent d32a71d commit 920ba0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/API/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ You can use the search engine via the `GET /api/v1/search` endpoint to search th
| order_by | string | Name of the field to sort results by (they are always primarily sorted by `_score`) |
| order_direction | string | Direction of sorting (`asc` for ascending or `desc` for descending, default `asc`) |
| random_seed | number | Seed for random sorting order (overrides `order_by`) |
!!! Note
The Flotiq search endpoint supports querying up to a maximum of 10,000 results.

## Example: Search for "Flotiq" in posts

Expand Down

0 comments on commit 920ba0d

Please sign in to comment.