[Backport 8.14] Fix typo in documentation (example query) (#2273)
(cherry picked from commit 542585a5dc)
Co-authored-by: Joey Freund <joeyfreund@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
28df544a70
commit
ead583ac05
@ -55,7 +55,7 @@ async function run () {
|
||||
source: {
|
||||
index: 'game-of-thrones',
|
||||
query: {
|
||||
match: { character: 'stark' }
|
||||
match: { house: 'stark' }
|
||||
}
|
||||
},
|
||||
dest: {
|
||||
|
||||
Reference in New Issue
Block a user