I am trying to create a news feed and there are currently 3 sample users in my app. I created a repeating group in my home page here:
I just want a user to see his/her following people’s posts in this group, which is why I kept:
Type: Post
Search for Posts
and in the constraints part: image=Current page user’s Following whom?‘s Posts’ Image
But any user is able to see all the images that anybody posted. Am I complicating things? is it simpler than this?
I believe that filter works on data that has already been sent to the page (ie. there are 100 objects that match the search result, but only 50 pass through the filter. Given that, 100 objects are sent to the page, but only 50 are displayed. This means more data is sent to the page than is necessary). If creating a news feed, it may be better to avoid filters.