Commit b3b1d9a1 authored by Jeremy Mikola's avatar Jeremy Mikola

Merge pull request #360

parents 3473f1a1 4ace6450
...@@ -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