I am on the Realm UI console and have put on the following filter (to filter so only elements with an _id field greater than 2 appear).
However, all the results still come through unfiltered on my client application. Do these filters actually work or is there an error in my filter?
Those filters apply when you use the Realm SDK to read data from Atlas. The title of your topic suggests that you’re trying to use this with Realm Sync.
Currently, the only thing that controls what gets synced to the app is the sync partition. The filter you’re creating is ignored. If you want to understand how Realm Sync partitioning works, this post is a good starting point.
We’re currently developing flexible sync – we’ll announce in this forum once the beta starts.
This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.