How to go about filtering on fields that require multiple joins #245
Unanswered
ByAnIrishman7
asked this question in
Q&A
Replies: 1 comment
-
You have some examples on how to filter related fields (the |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I need to specify a filter that is from UserFilter, for example, and have it applied to all my tables even ones that dont directly connect to the User table. The issue is that in order to apply that filter there need to be multiple joins that take place to link the tables I need to get to the filed I want to filter. What would be the best way to go about that? Does this handle joining tables assuming sqlalchemy knows the relationships?
Beta Was this translation helpful? Give feedback.
All reactions