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:
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user