CouchDB and starts with queries
Thought we could take a quick look at how to do a SQL'ish starts with LIKE 'Prefix%' query in CouchDb, using startkey, endkey & inclusive_end. Given a couple of simple documents: { "_id": "m1", "_rev": "...", "v": "a&q…
Daniel Wertheim