Is it possible to sort results by a field in a group ?

E.g orderBy=personalInfo.firstName
2 Replies
brunobuddy
brunobuddy2w ago
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 soon
cAroed
cAroedOP6d ago
Thanks !

Did you find this page helpful?