[Doc] added note Criteria limits.
This commit is contained in:
parent
15432fc55f
commit
5f429a5418
1 changed files with 4 additions and 0 deletions
|
@ -631,6 +631,10 @@ large collections.
|
||||||
|
|
||||||
$birthdayUsers = $userCollection->matching($criteria);
|
$birthdayUsers = $userCollection->matching($criteria);
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
Matching Criteria only works on OneToMany associations.
|
||||||
|
|
||||||
.. tip::
|
.. tip::
|
||||||
|
|
||||||
You can move the access of slices of collections into dedicated methods of
|
You can move the access of slices of collections into dedicated methods of
|
||||||
|
|
Loading…
Add table
Reference in a new issue