From 5f429a5418194069418f9d7cd97cbdcc50214829 Mon Sep 17 00:00:00 2001 From: Abdellatif AitBoudad Date: Tue, 4 Mar 2014 21:36:07 +0000 Subject: [PATCH] [Doc] added note Criteria limits. --- docs/en/reference/working-with-associations.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/reference/working-with-associations.rst b/docs/en/reference/working-with-associations.rst index f32ec4c4cc1..c6da83edde9 100644 --- a/docs/en/reference/working-with-associations.rst +++ b/docs/en/reference/working-with-associations.rst @@ -631,6 +631,10 @@ large collections. $birthdayUsers = $userCollection->matching($criteria); +.. note:: + + Matching Criteria only works on OneToMany associations. + .. tip:: You can move the access of slices of collections into dedicated methods of