Skip to content

added aggregation filter end to mongodb extensions #1538

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

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

Conversation

ilovemesomeramen
Copy link

#1537
Specifies the index in the pipeline at which no documents are being filtered out anymore. Allows for way faster query execution times if heavy transformations happen later in the pipeline such as lookups

Specifies the index in the pipeline at which no documents are being filtered out anymore. Allows for way faster query execution times if heavy transformations happen later in the pipeline such as lookups
Copy link
Owner

@uriyyo uriyyo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link

codecov bot commented May 19, 2025

Codecov Report

Attention: Patch coverage is 7.14286% with 13 lines in your changes missing coverage. Please review.

Project coverage is 92.49%. Comparing base (41a7a9f) to head (61aa781).
Report is 15 commits behind head on main.

Files with missing lines Patch % Lines
fastapi_pagination/ext/beanie.py 0.00% 5 Missing ⚠️
fastapi_pagination/ext/bunnet.py 0.00% 5 Missing ⚠️
fastapi_pagination/ext/motor.py 25.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1538      +/-   ##
==========================================
- Coverage   93.07%   92.49%   -0.59%     
==========================================
  Files          41       41              
  Lines        1733     1745      +12     
==========================================
+ Hits         1613     1614       +1     
- Misses        120      131      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

2 participants