Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

View with startkey as array and descending=true #44

@djc

Description

@djc

From duffi...@gmail.com on December 22, 2008 05:56:36

I have a view that has a key of form [campaign_id, date]. When I call the
view like this, it yields results:

db.view('inbounds/by_campaign', startkey=[campaign_id, ''])

However, when I call this, it does not:

db.view('inbounds/by_campaign', startkey=[campaign_id, ''], descending=True)

Original issue: http://code.google.com/p/couchdb-python/issues/detail?id=43

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions