-
Notifications
You must be signed in to change notification settings - Fork 362
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
filter with related model's properties #730
Comments
Seems related to: strongloop/loopback#517 |
@FelipeAguayo Can you verify if your issue is related to strongloop/loopback#517? |
yes, but i'm working with the mysql connector. |
Thanks. I will mark this issue as a duplicate. |
I think this is not exactly a duplicate of strongloop/loopback#517, let's keep it open. |
Actually let's use strongloop/loopback#683 to keep track of this feature request. |
This is not resolved yet ? Thanks |
No, see strongloop/loopback#683 |
I have the following situation:
Model:
values Model:
OtherModel:
values OtherModel:
I want to get the values of "Model 1" that belong to "OtherModel" with state "created".
Example:
Result values:
Any solution? :(
PD: the query must be from Model.
The text was updated successfully, but these errors were encountered: