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 2021e0f commit 02346f5Copy full SHA for 02346f5
ravendb/documents/session/query.py
@@ -2097,7 +2097,7 @@ def aggregate_by(
2097
2098
return AggregationDocumentQuery(self)
2099
2100
- def aggregate_by_facets(self, *facets: FacetBase) -> AggregationDocumentQuery[_T]:
+ def aggregate_by_facets(self, facets: List[FacetBase]) -> AggregationDocumentQuery[_T]:
2101
for facet in facets:
2102
self.aggregate_by(facet)
2103
0 commit comments