> On Jul 29, 2014, at 4:14 PM, Jens Alfke <[email protected]> wrote: > > I just took a minute to debug this. The answer is simply that there isn't any > support (yet) for JavaScript-based filters. The JavaScriptCore integration > only supports views (map and reduce functions) so far.
Oops, not true, Should have looked at the source more closely. JS filters are already implemented, it’s just that the top-level function that registers JS compilers only registers the view compiler, not the filter compiler. This just took a couple of lines to fix, so I’ve checked it in (commit 812cf64.) However, the PhoneGap container/plugin will have to be rebuilt (with this commit) before PhoneGap apps can use this. I don’t know how to do that, but Chris does… —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/288D9BED-23A7-418C-B3F0-F96C8A6A798F%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
