Map functions can't see the requested keys. They emit the keys for an index that couch builds.
Sent from my G1 google phone On Feb 12, 2009 9:22 AM, "Michal Frackowiak" <[email protected]> wrote: I think you could create a separate view for selecting articles by multiple tags. 1. Pass keys as a single string, e.g. ...?key="python,couchdb" 2. Explode the string in the view map function and return doc only if all tags match. Would it work? Michal On Feb 12, 2009, at 12:22 PM, Nicolas Clairon wrote: > Thanks for your quick response. > > the l... --------------- Michal Frackowiak http://michalfrackowiak.com
