Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading