diff --git a/docs/reference/query-languages/esql/_snippets/commands/layout/fork.md b/docs/reference/query-languages/esql/_snippets/commands/layout/fork.md index 33a88db493140..381e8b4d84fea 100644 --- a/docs/reference/query-languages/esql/_snippets/commands/layout/fork.md +++ b/docs/reference/query-languages/esql/_snippets/commands/layout/fork.md @@ -19,8 +19,16 @@ on the same input data and combines the results in a single output table. A disc Together with the [`FUSE`](/reference/query-languages/esql/commands/fuse.md) command, `FORK` enables hybrid search to combine and score results from multiple queries. To learn more about using {{esql}} for search, refer to [ES|QL for search](docs-content://solutions/search/esql-for-search.md). + +% Use applies-switch tabs once we remove the implicit limit. + ::::{note} + `FORK` branches default to `LIMIT 1000` if no `LIMIT` is provided. +In a future release, no implicit `LIMIT` will be added to `FORK` branches. +To maintain the current behavior of the queries using `FORK`, it is recommended +to include a `LIMIT` in each `FORK` branch. + :::: ## Output behavior