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 4f99a4d commit d4cbe18Copy full SHA for d4cbe18
django_mongodb_backend/compiler.py
@@ -209,9 +209,6 @@ def _get_group_id_expressions(self, order_by):
209
ids = self.get_project_fields(tuple(columns), force_expression=True)
210
return ids, replacements
211
212
- def _build_search_pipeline(self, search_queries):
213
- pass
214
-
215
def _build_aggregation_pipeline(self, ids, group):
216
"""Build the aggregation pipeline for grouping."""
217
pipeline = []
0 commit comments