-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.2.0-alpha3
-
Component/s: None
-
None
After migrating to mongoc_collection_find_with_opts() in PHPC-783, the "partial" option is no longer supported. The new option name is "allowPartialResults". We may need to check for "partial" and convert to "allowPartialResults" so not to break BC.
MongoDB\Driver\Query::__construct() documentation will need to be updated either way.
- depends on
-
PHPC-783 Use mongoc_collection_find_with_opts() for Query execution
- Closed
- related to
-
PHPC-806 Document Query options for mongoc_collection_find_with_opts()
- Closed
-
PHPLIB-224 Find options should be translated to canonical Query options
- Closed