Fix typo in documentation (example query) (#2271)
This commit is contained in:
@ -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