Returns the index of the current results page number.
The currentPage
is a zero-based index of the current page of results.
The page size is defined by the limit()
function, can be retrieved using the pageSize
property. You navigate
through pages using the prev()
and next()
functions.
The currentPage
property returns undefined
if the search returned no results.