[Bug]: Calendar::search misses events when using limit and time range #53002
Labels
1. to develop
Accepted and waiting to be taken care of
27-feedback
bug
feature: caldav
Related to CalDAV internals
Uh oh!
There was an error while loading. Please reload this page.
Bug description
The Talk team reached out because they were missing events in our search responses. The issue is also reproducible with the calendar widget.
The query to find events is ordered by the id column. Without an ORDER BY clause, the same query may return different results depending on how the SQL server works. To ensure more reproducible results, an ORDER BY clause was added some time ago.
Steps to reproduce
Expected Order:
8-1-2-3-4-5-6-7
Actual Order:
1-2-3-4-5-6-7-8
Additional info
Possible bug reports
The text was updated successfully, but these errors were encountered: