Is it possible to sort results by a field in a group ?
E.g
orderBy=personalInfo.firstName
2 Replies
Hello @cAroed, not yet.
As of today you can filter by group prop doing like GET
http://localhost:1111/api/collections/services?testimonials.rating_eq=27
with the example shown in https://manifest.build/docs/groups but you are not able to orderBy.
We may implement that feature soonThanks !