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

Fix: incompatible criteria for most_recent_events_only #175

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Flix6x
Copy link
Collaborator

@Flix6x Flix6x commented Apr 8, 2024

I encountered one more filter incompatibility. I had suspected this case existed (the title of #97 mentions it), but I think this is the first time I encountered it in practice. It happens when you want to fetch the most recent event that has beliefs before some datetime.

Unfortunately, this fix can be quite detrimental for speed. I advise to use this combination of filters only together with an event time window.

Signed-off-by: F.N. Claessen <felix@seita.nl>
@Flix6x Flix6x added the bug Something isn't working label Apr 8, 2024
@Flix6x Flix6x self-assigned this Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant