Open sitobcn82 opened 9 years ago
I see in the code of the test testAggregateQuery() that uses $result = $qB->match(['testProperty' => 1])->getQuery()->aggregate();
But i see that now the object \Pipeline\Query does'nt have this method. How can iterate the results of the Aggregate query ?
I see in the code of the test testAggregateQuery() that uses $result = $qB->match(['testProperty' => 1])->getQuery()->aggregate();
But i see that now the object \Pipeline\Query does'nt have this method. How can iterate the results of the Aggregate query ?