-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Parse.Query.or ignores query on relation field #432
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
Labels
type:bug
Impaired feature or lacking behavior that is likely assumed
Comments
Have similar issue here. |
+1 Same issue here |
This should be fixed with #769, please test against that version and let me know if that's still occuring |
@flovilmart just tried and at least in this particular case it seems to be working well! Will test more in depth later and re-open if I find an issue. Thanks man and as always great job 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I'm trying to run a compound query where in I want to match a pointer to a field which is of type relation. Here's my request:
In the above request
toUsers
is a column of type relation whiletoUser
is of type pointer. The results simply ignore the 'toUsers' query and returns results matching pointer column. Running these two queries separately works.Here's the cloud code of the above request:
Just to try out whether compound queries were working or not, I tested it with values on normal string based columns and that worked fine. It seems the problem only occurs on compound queries involving relation type column. I'd also like to add that this code works well with the parse hosted server.
The text was updated successfully, but these errors were encountered: