As a user, I can retrieve all documents in a consistent way on all backends.
bjinwright opened this issue · 4 comments
bjinwright commented
There should be a consistent way to retrieve all documents and limit the number of documents returned for all backends.
#Returns the first 50 docs
TestDocument.all(limit=50)
#Returns all docs
TestDocument.all()
armicron commented
What about a Cloudant backend? It's still unmerged into develop branch.
bjinwright commented
I want to wait until we have a way to index docs
bjinwright commented
Actually I can merge it to develop just not master
armicron commented
Merging into develop will help.