Closed PreXident closed 10 years ago
And what about sorting? I know ordering by the alias should be nice, but with multiple aliases it's a bit problem, so is it ok to use ordering by id?
Its just an "interface" now but its ready for use and we can solve the sorting problem later
Where is a combination with a filtering?
For now pagination and filtering of objects is done inefficietly in the client. This functionality should be moved to the server. Please provide interface and implementation for pagination (accepting index of first object and length) and filtering (accepting object type and filter string for aliases) that returns the list of objects in the window and total number of objects meeting the requirements. I guess creating interface is work for @Blemicek and implementation for @gbread