From a7d5f6f1be51e04d0b59aca8e0601aeee7e2ba1d Mon Sep 17 00:00:00 2001 From: rustagir Date: Thu, 24 Oct 2024 13:44:43 -0400 Subject: [PATCH] DOCSP-44610: fix php bson link --- source/includes/extracts-note.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -...