Joined November 2014
·

Tolga Yaramis

Switzerland
·
·

Thanks a lot for your feedback Zach..
It works..

Cheers
Tolga

Hi.
How can I set the query for a column of pointer class?

For example I would like to query the posts based on the postAuthor country.

This does not work:

var Posts = Parse.Object.extend("Posts");
var query = new Parse.Query(Posts);
query.include("postAuthor");
query.equalTo("postAuthor.country", selectedCountry);

Thanks for your answer in advance.

Achievements
1 Karma
0 Total ProTip Views