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