Filtering on a relation #37
Answered
by
Adrinalin4ik
selvinkuik
asked this question in
Q&A
-
In the above relationship, I could write a query to find content of a specific genre. SELECT
*
FROM
"content"
JOIN "contentGenre" ON "content"."id" = "contentGenre"."contentId"
WHERE
"contentGenre"."genreId" = 99 If I were to have this represented with a |
Beta Was this translation helpful? Give feedback.
Answered by
Adrinalin4ik
Feb 14, 2024
Replies: 1 comment 1 reply
-
@selvinkuik yes, it's possible. Please read customer filters section. Custom filters allows to filter by entities from joins. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
selvinkuik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@selvinkuik yes, it's possible. Please read customer filters section. Custom filters allows to filter by entities from joins.