Skip to content

API missing primary index (_all_docs) and range over indexes #7

Description

@jblachly

Thanks for this package, it looks fantastic.

One thing that's missing from the API appears to be a way to access the primary index at db/_all_docs/. I note that the function ReadMultiple calls this endpoint, but always in the context of retrieval of arbitrary list of document _ids. It would be nice if I could retrieve all documents (without creating a view).

Further, I have given my documents ids that have meaningful sort order and would like to range over them as I do in the couchdb REST interface with startkey and endkey. Even if I created a view as I might for the solution to the paragraph above, I still can't retrieve subsets of views with the couchdb-go API.

Thank you for considering.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions