On Feb 12, 2014, at 2:35 PM, Tito Ciuro <[email protected]> wrote: > I have seen examples where %007F is used to match "begins with".
In a URL? That would decode to a NUL (zero byte) followed by the digits '7' and 'F' … not meaningful. If you meant %7F, that's a DEL control character … also not meaningful. I don't think these are examples for CouchDB. It doesn't use any special metacharacters like this for queries. —Jens
