The Aggregate operation currently defaults allowDiskUse to false, which means it is sent to the server by default.
This conflicts with the CRUD spec, which states that it should be unset by default. Note that the aggregate command reference also does not specify a server-side default value for the allowDiskUse option (presumably it is false).
When making this change, we should also revise any PHPLIB documentation that may imply it defaults to false. Likewise for the corresponding Find option introduced by PHPLIB-500 (just docs, as the functionality there is correct).
- is related to
-
PHPLIB-500 Support for allowDiskUse on find operations
- Closed