The CRUD tutorial does not contain examples for querying by ID, as we use strings and integers for conciseness. We should remind users about how MongoDB compares BSON types. In particular, remind users that querying by an ObjectID requires the MongoDB\BSON\ObjectID class to be used instead of a hexadecimal string value.
- related to
-
PHPC-899 Remind users about BSON comparison behavior
- Closed
- links to