mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00: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 |
||
---|---|---|
.. | ||
admin | ||
content | ||
members | ||
shared |