Skip to content

Commit 110aad7

Browse files
committed
PHPLIB-1596 Fully describe $search and $searchMeta stages
1 parent 1074e23 commit 110aad7

File tree

12 files changed

+6999
-44
lines changed

12 files changed

+6999
-44
lines changed

generator/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ it is necessary to use Yaml tags:
2828
| Int64 | `!bson_int64 '123456789'` |
2929
| Decimal128 | `!bson_decimal128 '0.9'` |
3030
| UTCDateTime | `!bson_utcdatetime 0` |
31+
| ObjectId | `!bson_ObjectId '5a9427648b0beebeb69589a1` |
3132
| Binary | `!bson_binary 'IA=='` |
33+
| Binary UUID | `!bson_uuid 'fac32260-b511-4c69-8485-a2be5b7dda9e'` |
3234

3335
To add new test cases to operators, you can get inspiration from the official MongoDB documentation and use
3436
the `generator/js2yaml.html` web page to manually convert a pipeline array from JS to Yaml.

0 commit comments

Comments
 (0)