Skip to content

Instantly share code, notes, and snippets.

@cvasilak
Created December 18, 2012 11:39
Show Gist options
  • Save cvasilak/4327302 to your computer and use it in GitHub Desktop.
Save cvasilak/4327302 to your computer and use it in GitHub Desktop.
iOS Query & Paging

Further, initial work has been done to support quering and paging of the data. Currently implemented in the Pipeline using the readWithFilter method, will allow you to specify your query (where clause) and paging (limit/offset) requirements, which will then be passed on your remote endpoints to process. Work is in progess, to support quering and paging on the local DataStore, exploiting some of the fine mechanisms that the iOS provides (e.g. NSPredicate) and of course provide easier abstractions for our users to work with.

Quering and Paging is going to play an important role in the next couple of releases. Currently, there is an ongoing discussion in the mailing list, so if there is correct time to get involved it is now! We would be more than happy to hear your ideas and suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment