capless/kev

As a user, I can retrieve all documents in a consistent way on all backends.

bjinwright opened this issue · 4 comments

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()

What about a Cloudant backend? It's still unmerged into develop branch.

I want to wait until we have a way to index docs

Actually I can merge it to develop just not master

Merging into develop will help.