-
-
Notifications
You must be signed in to change notification settings - Fork 205
Relations in query #229
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
Comments
Hi @michaldev What version are you using? |
Hey! I have the same issue. I'm running on 1.0.22. |
I didn't do tests with relational. |
Thank you. |
Hi guys. final relation = user.getRelation ('dietPlans'); I did a test and it seems this didn't work in lib. |
@RodrigoSMarques |
@WahdanZ parse-community/parse-server#4138 @michaldev and @vonbarnekowa |
I found another issue. I don't know if they are related to each other. But if you have a relation that contains more than one item, the result will be null. With one or zero items it works. |
@vonbarnekowa how do you fix that?
|
Hey, I have same problem: Did anyone fix that? |
We are closing issues that have been open for a long time without activity. |
I have class "Product" with category (relational) field. I added product and category by Parse dashboard.
but I have problem:
"category":{"__type":"Relation","className":null,"objects":null}}
I search item by query:
The text was updated successfully, but these errors were encountered: