On 12 Jan 2010, at 11:09, Suresh Lakshmanan wrote: > Hi, > > Is there a way to filter the results of a view? I found a filter mechanism > that can be added to design doc and added as a query parameter for the > _change API. > Is there a similar mechanism for a normal view?
Hi Suresh, why not use the view's map function to filter? I understand that a post-pocessing filter is a different thing, but this might help already. Cheers Jan --
