Skip to content

Using foreign keys in filtering? #204

Answered by edobrb
Atlinx asked this question in Q&A
Discussion options

You must be logged in to vote

If you want to filter Project entities based on the projectMembers entity it is not yet possible, but it is in the roadmap (see issue #13). To work around this problem you can simply query the ProjectMembers entities and then search for the Project that are related to the result of the previous query.

Instead, if you want to filter the foreignRef or innerRef fields you can use relations field inside the find operations.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Atlinx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants