Filters on Many2Many #499
Unanswered
MariusVinaschi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a database with Users and Organizations. Users can be in several organizations and organizations can have several users.
I put my models below to describe my database.
I try to create filters to be able to get users from one specific organization and users who are not in one specific organization.
Here is my call to the database
I would like to be able to do something like this:
I'm sure the Organization Filter works, I tried it by doing a select on organizations.
Thank you in advance. 😄
Beta Was this translation helpful? Give feedback.
All reactions