mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
refs: https://github.com/TryGhost/Team/issues/1557 - There is currently no default order for the members API - This is done at the API level purely for the endpoint, not in the model using orderDefaultOptions - This is because orderDefaultOptions affects findPage and findPage is wrapped by membersAPI.members.list - That in turn is used in multiple places, e.g. getting member counts for emails and getting members for exports - There is currently no created_at DESC index on the table, so we don't to impact performance too much - This ensures it's only affected when paginating |
||
---|---|---|
.. | ||
client@bedc41d7bf | ||
frontend | ||
server | ||
shared | ||
app.js | ||
boot.js | ||
bridge.js |