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: {
query: {
match: {
// match the query agains all of
// match the query against all of
// the fields in the posts index
_all: userQuery
}