The collation option was introduced in c405cec for PHPLIB-205. Documentation was later added in 9a53ec6, but missed the aggregate() method. When Database::aggregate() was introduced in c2922d3 for PHPLIB-402, it was also missed.
The option was later documented for countDocuments() and watch(); however, watch() does not use the collection-specific include that discusses inheritance from the collection metadata. That was not an issue for countDocuments().
This came up while writing docs for listSearchIndexes() (PHPLIB-1143).
- is related to
-
PHPLIB-205 Support providing collation per operation
- Closed
-
PHPLIB-402 Support running commands as aggregation
- Closed
-
PHPLIB-1143 Add search index management helpers
- Closed