Compare commits

..

1 Commits

Author SHA1 Message Date
ba4ce0561d [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>
2024-06-06 12:07:48 -05:00

View File

@ -55,7 +55,7 @@ async function run () {
source: {
index: 'game-of-thrones',
query: {
match: { character: 'stark' }
match: { house: 'stark' }
}
},
dest: {