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

✅ Fixed bug with season endpoint returning incorrect items when continuing flag specified #557

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pushrbx
Copy link
Collaborator

@pushrbx pushrbx commented Oct 28, 2024

Fixes #555

The filter predicate for mongodb was incorrect, it included also those items when continuing filter flag was present which are from the same month as the month of the $from date calculated based on the season endpoint request.

This PR fixes that issue, also added a test to validate it.

@pushrbx pushrbx requested a review from a team as a code owner October 28, 2024 15:26
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 this pull request may close these issues.

🐛 Season endpoint returns items which don't belong to season
1 participant