You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment it's possible to apply sorting for collection response using the OrderFilter but it requires query parameter to have effect. Within this task we need to implement possibility to configure default sorting for ApiResource. It should be possible to define general sorting (for all collection operations) and override it for specific operations (it the same way as we do with other settings like pagination or persistence).
At the moment it's possible to apply sorting for collection response using the
OrderFilter
but it requires query parameter to have effect. Within this task we need to implement possibility to configure default sorting for ApiResource. It should be possible to define general sorting (for all collection operations) and override it for specific operations (it the same way as we do with other settings like pagination or persistence).Related discussion: #59
The text was updated successfully, but these errors were encountered: