-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] list view sorting by size does not work #624
Comments
@vin0401 We should either make it work or disable sorting by size if too complex for now. In the classic bundle its not possible to sort by size. |
I guess, @martineiber could give us some insights here? In the end the filtering is happening completely on the server side. |
@markus-moser @vin0401 |
@ValeriaMaltseva Thanks for the info - did you also ignore it for sorting or only for filtering? |
@vin0401 @martineiber In this case it's about sorting not about filtering. At the moment it does not work - can this be fixed on backend side? |
@markus-moser only for filtering. |
I just checked this issue. It is possible to sort by File Size in the Backend. But as it seems we have a small issue with the key name. If you sort by I will have a look and fix this, that the endpoint delivers the correct key. About Filtering the file size. This is currently not possible, since we need some comparison filter with |
@martineiber Thanks for checking and fixing it 👍 Let's just fix the sorting and skip the filtering. We can do this in a future version - in the classic bundle we cannot filter and sort by size so it's an improvement anyways and not our top prio feature... |
Steps to reproduce
Actual behaviour
Expected behaviour
Environment
The text was updated successfully, but these errors were encountered: