We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4206ea0 commit 6f5268aCopy full SHA for 6f5268a
fastapi_pagination/ext/pymongo.py
@@ -28,7 +28,6 @@ def paginate(
28
params, raw_params = verify_params(params, "limit-offset")
29
30
query_filter = query_filter or {}
31
- filter_fields = filter_fields or {}
32
33
total = collection.count_documents(query_filter) if raw_params.include_total else None
34
cursor = collection.find(
0 commit comments