diff --git a/docs/tutorial/crud.txt b/docs/tutorial/crud.txt index efc82fc69..9b2d92c7a 100644 --- a/docs/tutorial/crud.txt +++ b/docs/tutorial/crud.txt @@ -151,6 +151,8 @@ The output would then resemble:: .. seealso:: :phpmethod:`MongoDB\\Collection::findOne()` +.. _php-find-many-documents: + Find Many Documents ~~~~~~~~~~~~~~~~~~~ @@ -373,6 +375,8 @@ An equivalent filter could be constructed using the :query:`$regex` operator: .. seealso:: :manual:`$regex ` in the MongoDB manual +.. _php-aggregation: + Complex Queries with Aggregation ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~