Skip to content

DOCSP-44610: fix php bson link #175

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions source/includes/extracts-note.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content: |
:php:`comparison <manual/en/types.comparisons.php>` and :php:`type juggling
<manual/en/language.types.type-juggling.php>` rules. When matching a special
BSON type the query criteria should use the respective :php:`BSON class
<manual/en/book.bson.php>` in the extension (e.g. use
<manual/en/mongodb.bson.php>` in the extension (e.g. use
:php:`MongoDB\BSON\ObjectId <class.mongodb-bson-objectid>` to match an
:manual:`ObjectId </reference/object-id/>`).
---
Expand All @@ -25,4 +25,3 @@ content: |
:phpmethod:`MongoDB\Collection::listSearchIndexes()` and check the
``queryable`` :manual:`output field </reference/operator/aggregation/listSearchIndexes/#output>`
to determine whether it is ready to be used.
...
Loading