Update quick_start.asciidoc

This commit is contained in:
Andrey Semenov
2014-06-19 11:11:06 +04:00
committed by Spencer Alger
parent 92163835a0
commit 6cb96020ea

View File

@ -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)
}) })
}); });
----------------- -----------------