Description
Version: latest
Problem:
When you create a new record of an object, but the old record's end_at
is on the same day as the new record's start_at
and the date is today, old records are NOT ignored when filtering/searching.
Recreate:
See regression in linked pull request.
Fix:
Allow for a separate filter that specifies whether you want to look for the record where corrected
is not linked to a new record.