fixes typo in quick start doc

there was a missing t for the word against on line 130 of the quick start document

line use to read:
// match the query agains all of
This commit is contained in:
Corey Speisman
2016-05-31 22:13:12 -04:00
parent 4fed4599bd
commit 5f9b6be3bb

View File

@ -127,7 +127,7 @@ var searchParams = {
filtered: { filtered: {
query: { query: {
match: { match: {
// match the query agains all of // match the query against all of
// the fields in the posts index // the fields in the posts index
_all: userQuery _all: userQuery
} }