There is no semicolon in the rewrite rule, but if you think colon in ":db" - that stands for named pattern, which can be used as a variable - you can read more about it here: http://wiki.apache.org/couchdb/Rewriting_urls , http://blog.couchone.com/post/443028592/whats-new-in-apache-couchdb-0-11-part-one-nice-urlsand http://caolanmcmahon.com/on_designs_undocumented.html
@Benoit - maybe you could point us towards where the rewrites are implemented - Id gladly help out with documenting its behavior if you would be willing to guide me where to find the information. Regards, On Sat, Jan 15, 2011 at 12:21 PM, Ido Ran <[email protected]> wrote: > rewrites config: [ { "to": "../..", "from": ":db" } ] > > Thanks, > Ido. >
