diff --git a/source/includes/extracts-note.yaml b/source/includes/extracts-note.yaml index 6225fafb..69346085 100644 --- a/source/includes/extracts-note.yaml +++ b/source/includes/extracts-note.yaml @@ -6,7 +6,7 @@ content: | :php:`comparison ` and :php:`type juggling ` rules. When matching a special BSON type the query criteria should use the respective :php:`BSON class - ` in the extension (e.g. use + ` in the extension (e.g. use :php:`MongoDB\BSON\ObjectId ` to match an :manual:`ObjectId `). --- @@ -25,4 +25,3 @@ content: | :phpmethod:`MongoDB\Collection::listSearchIndexes()` and check the ``queryable`` :manual:`output field ` to determine whether it is ready to be used. -...