Closed GoogleCodeExporter closed 9 years ago
Sorry this is likely rather a late reply, but according to
http://wiki.apache.org/couchdb/HTTP_view_API:
"In a reduced view result, you need to use startkey and endkey to match rows
instead of the key parameter."
So when you're looking for exact matches to a particular key, just call
.From(key).To(key). If this is actually a different behavior from key=, let me
know.
Original comment by nnyst...@gmail.com
on 2 Jun 2011 at 1:03
Added a convenience Exactly(object/JToken) method to Spec to more closely match
the key= querystring parameter supported by CouchDB, however internally it still
uses startkey=&endkey=
Original comment by nnyst...@gmail.com
on 2 Jun 2011 at 1:05
Original issue reported on code.google.com by
mham...@gmail.com
on 4 Apr 2011 at 10:38