Skip to content

Commit 3a2af65

Browse files
authored
update the example to be accurate (opensearch-project#6702)
Signed-off-by: Eric Pugh <[email protected]>
1 parent 7ecf449 commit 3a2af65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_query-dsl/minimum-should-match.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ GET /shakespeare/_search
2626
}
2727
```
2828

29-
In this example, the query has three optional clauses that are combined with an `OR`, so the document must match either `prince`, `king`, or `star`.
29+
In this example, the query has three optional clauses that are combined with an `OR`, so the document must match either `prince` and `king`, or `prince` and `star`, or `king` and `star`.
3030

3131
## Valid values
3232

@@ -448,4 +448,4 @@ The results contain only four documents that match at least one of the optional
448448
]
449449
}
450450
}
451-
```
451+
```

0 commit comments

Comments
 (0)