I was scratching my head about the relationship between data on the server with 1000’s of records, those that on the client, and querying between the two.
When you read logically through the documentation its pretty unclear, until you get to the very end of the Model section where there is a good answer, with example!
The problem is that the answer references something called “filter” which is part of DS.Store which is not properly explained in the Model section (rightly so perhaps.) And there is no link or anything to help you find more about the magical filter method.
On top of that the terminology is a bit mixed. You have find, query, and filter, and the relationship between them is not very well spelled out.
If people agree that this is an issue, I would be happy to do a summary that could be used in the documentation.
Or perhaps maybe I am just missing something?