zackiles / elasticsearch-odm

Like Mongoose but for Elasticsearch. Define models, preform CRUD operations, and build advanced search queries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paged results aren't wrapped in PageResponse when no results exist.

zackiles opened this issue · comments

calls to .find() when used with pagination (page per_page options) that don't find anything returns an array, when it should be a PageResponse with an empty hits property.