[Backport 8.13] Fix typo in documentation (example query) (#2274)
(cherry picked from commit 542585a5dc)
Co-authored-by: Joey Freund <joeyfreund@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
5d36257241
commit
e5f8bd2502
@ -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