Skip to content

Commit e5915c5

Browse files
committed
Note on aggregations from issue #44
1 parent 7b2867b commit e5915c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ Selected columns that are not grouped will be aggregated with the $last function
185185

186186
**Aggregation**
187187

188+
*Aggregations are only available for MongoDB versions greater than 2.2.*
189+
188190
$total = Order::count();
189191
$price = Order::max('price');
190192
$price = Order::min('price');

0 commit comments

Comments
 (0)