From 920ba0d9115f5a3ed1474805001704b7dce35557 Mon Sep 17 00:00:00 2001 From: WHLukasz Date: Thu, 28 Nov 2024 15:17:40 +0100 Subject: [PATCH] #25693 add info about api search result limit --- docs/API/search.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/API/search.md b/docs/API/search.md index 45d0ae7e..9a214f23 100644 --- a/docs/API/search.md +++ b/docs/API/search.md @@ -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