Commit 4ace6450 authored by jonathan's avatar jonathan Committed by Jeremy Mikola

DOCSP-574 - Added ref tags for cross linking with manual's CRUD pages.

parent 3473f1a1
...@@ -151,6 +151,8 @@ The output would then resemble:: ...@@ -151,6 +151,8 @@ The output would then resemble::
.. seealso:: :phpmethod:`MongoDB\\Collection::findOne()` .. seealso:: :phpmethod:`MongoDB\\Collection::findOne()`
.. _php-find-many-documents:
Find Many Documents Find Many Documents
~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~
...@@ -373,6 +375,8 @@ An equivalent filter could be constructed using the :query:`$regex` operator: ...@@ -373,6 +375,8 @@ An equivalent filter could be constructed using the :query:`$regex` operator:
.. seealso:: :manual:`$regex </reference/operator/query/regex>` in the MongoDB manual .. seealso:: :manual:`$regex </reference/operator/query/regex>` in the MongoDB manual
.. _php-aggregation:
Complex Queries with Aggregation Complex Queries with Aggregation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment