Closed hillmark closed 12 years ago
Still having trouble with inline filters even with the above partial fix (should read line number 533 instead of 534). Specifying filters in the _design document is working fine, so will stick with that until I get a chance to look in more detail.
I kept getting an undefined req.query when using inline filters.
Changing self.pending.request.changes_query to self.pending.source.changes_query on line 534 of feed.js seems to fix the problem.
Thanks.