Hi,

I want to define a rewrite rule like:

{from: '/foo/:name', to: '_list/foo/bar', query: {reduce: 'false', keys:
[[1,':name'],[2,':name']]}},

But a request of

      /couch-dev/_design/app/_rewrite/foo/TA

is rewritten as

     /couch-dev/_design/app/_list/foo/bar?
reduce=false&keys=%5B%5B1%2C%22%3Aname%22%5D%2C%5B2%2C%22%3Aname%22%5D%5D&name=TA

which means var :name is not matched/resolved.

Any hints?

ThoMo

Reply via email to