Merge pull request #411 from Cspeisman/master

fixes typo in quick start doc
This commit is contained in:
Spencer
2016-06-02 13:23:06 -07:00

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
} }