Proble with rewriting to list functions

2014-01-02 Thread Oliver Schmidt
Hi, I have the following strange problem: I want to rewrite an URL to trigger a _list function which should display data supplied by a view. The does both map and reduce, but for this list funtion I don't need the reduce step, so I supplied the query argument reduce=false. This is the rewrite I

Re: Proble with rewriting to list functions

2014-01-02 Thread Stanley Iriele
The 1st thing I see right off the bat is that that is not valid json... The keys need to be in quotes because they are strings... Second.. They query arg needs to be a string too... I believe...I haven't used them in a while...either way that's not valid json. On Jan 2, 2014 6:54 AM, Oliver

Re: Proble with rewriting to list functions

2014-01-02 Thread Oliver Schmidt
Great, it works now. I didn't know that false is just a string and not it's own type like in Python SOLVED Am Donnerstag, 2. Januar 2014, 03:58:26 schrieb Stanley Iriele: The 1st thing I see right off the bat is that that is not valid json... The keys need to be in quotes because they are