Update quick_start.asciidoc
This commit is contained in:
committed by
Spencer Alger
parent
92163835a0
commit
6cb96020ea
@ -153,7 +153,7 @@ client.search({
|
|||||||
response.render('search_results', {
|
response.render('search_results', {
|
||||||
results: response.hits.hits,
|
results: response.hits.hits,
|
||||||
page: pageNum,
|
page: pageNum,
|
||||||
pages: Math.ceil(response.hists.total / perPage)
|
pages: Math.ceil(response.hits.total / perPage)
|
||||||
})
|
})
|
||||||
});
|
});
|
||||||
-----------------
|
-----------------
|
||||||
|
|||||||
Reference in New Issue
Block a user