mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
no issue - for large result sets or complex queries the count query itself can be quite time consuming - when `limit: 'all'` is passed as an option there's no need to perform a separate count query because we can determine the pagination data from the final result set - skipped count query when `limit: 'all'` option is present - re-ordered comments to be closer to the code they reference (ie, why we have our own count query instead of Bookshelf's `.count()` |
||
---|---|---|
.. | ||
api-acceptance | ||
frontend-acceptance | ||
regression | ||
unit | ||
utils | ||
.eslintignore | ||
.eslintrc.json | ||
.jshintrc |