Details
Description
https://github.com/couchbase/couchbase-lite-core/issues/772
FromĀ this forum thread, it appears an FTS index on an array-of-strings property sort of works but not reliably. The post implies that this works correctly on Server.
My hunch is that the FTS indexer is being given the raw Fleece form of the property. The strings are in there, but surrounded by binary stuff, so at a minimum the first and last word of every string probably won't be indexed...
Build couchbase-lite-android-2.7.0-131 contains couchbase-lite-core commit 2acc92f with commit message:
CBL-218Make FTS indexes work on array properties (#841)