mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-15 00:15:27 +00:00
Fix events search when targeting recurrent events
This commit is contained in:
@@ -1626,7 +1626,7 @@ firstInstanceCalendarDateRange: (NGCalendarDateRange *) fir
|
||||
// replace the date range
|
||||
if (r)
|
||||
{
|
||||
if ([baseWhere count] > 1)
|
||||
if (dateSqlString)
|
||||
[baseWhere removeLastObject];
|
||||
dateSqlString = [self _sqlStringRangeFrom: _startDate
|
||||
to: endDate
|
||||
|
||||
Reference in New Issue
Block a user