Skip to content
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

Allow to reverse the sorting order on search function #432

Closed
twissell- opened this issue Aug 13, 2024 · 1 comment · Fixed by #433
Closed

Allow to reverse the sorting order on search function #432

twissell- opened this issue Aug 13, 2024 · 1 comment · Fixed by #433

Comments

@twissell-
Copy link
Contributor

For my particular use case, I need to sort events from newer to older. That is currently impossible as using dtstart sorts from older to new.

Luckily, adding an argument to the search function to reverse the order was quite easy.

I also added changes to the test suite. I couldn't run it as the test was skipped, but it should work. I tested the change within my project and worked just fine. It's not a big change.

@twissell- twissell- changed the title Allow to reverse the sortting order on search function Allow to reverse the sorting order on search function Aug 13, 2024
@twissell-
Copy link
Contributor Author

Closed with #433

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant