You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.
Now I want to retrieve a specific article (via id) and get the associated comments sorted by the creation date.
Is this possible? Is it easy to implement something like that?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Is it possible to sort the elements inside a DocumentSet where the Elements are stored as References?
I have two collections:
Article:
protected static $_requirements = array( 'author' => array('Required'), 'headline' => array('Required'), 'text' => array('Required'), 'created' => array('Required'), 'comments' => array('DocumentSet'), 'comments.$' => array('Document:Application_Model_Comment', 'AsReference') );
Now I want to retrieve a specific article (via id) and get the associated comments sorted by the creation date.
Is this possible? Is it easy to implement something like that?
The text was updated successfully, but these errors were encountered: