Skip to content

Commit 9dcd166

Browse files
committed
v28: add union to multisearch request schema
1 parent 9e6ee33 commit 9dcd166

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

openapi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3224,6 +3224,9 @@ components:
32243224
required:
32253225
- searches
32263226
properties:
3227+
union:
3228+
type: boolean
3229+
description: When true, merges the search results from each search query into a single ordered set of hits.
32273230
searches:
32283231
type: array
32293232
items:

0 commit comments

Comments
 (0)