> On Mar 5, 2015, at 8:40 AM, Frederic Yesid Peña Sánchez > <[email protected]> wrote: > > XCode complains about CBLLiveQuery.fullTextRanking not available. > There is some insight about the "restricted" functionality of FullTextSearch > on ForestDB?
I had to implement FTS from scratch on top of ForestDB, instead of being able to use the very mature implementation inside SQLite, and it doesn’t have all the features yet. :( I’ve just filed #618 <https://github.com/couchbase/couchbase-lite-ios/issues/618> to remind us about that. The wiki page <https://github.com/couchbase/couchbase-lite-ios/wiki/ForestDB> points out that ‘snippets’ aren’t available, but I forgot to add fullTextRanking; I’ll fix that. —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/C6A623DD-A9B1-47A2-ABB3-1A9943C75A68%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
