Quantcast
Channel: Appcelerator Developer Center Q&A Unanswered Questions 20
Viewing all articles
Browse latest Browse all 8068

show_user_like not work if i add "where" to query

$
0
0

Cloud.Posts.query({
                    page : an,
                    per_page : 10,
                    show_user_like : "true",
 
                    where : {
                        user_id : {
                            '$in' : freindsid
                        },
 
                    }
 
                }, function(e) {
                    if (e.success) {
I use this code to get freinds post it's work but if i add " where " it's not return if the post is liked or not .if i delete the "where" it's work fine.
where : {
                        user_id : {
                            '$in' : freindsid
                        },
 
                    }

Viewing all articles
Browse latest Browse all 8068

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>