Strapi Community Forum
Many-to-many relations in Custom Conditions (RBAC)
Questions and Answers
rbac
ptas
December 20, 2022, 11:07am
2
I got it to work with the following:
return { Authors: { $elemMatch: { Email: user.email } }, }
show post in topic