Hmmm.. Thats a problem for me. I have a tableview (using CBLUITableSource) and need to add a search bar that looks at several properties. Searching needs to work on substrings. My dataset is small, so I'm not concerned about performance.
Rather than use FTS for this, maybe a NSPredicate on the datasource might be better? Do you think that would work? Not sure what the predicate string would be to drill down into the rows to get at the data…. Todd -- 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/a4ca860f-c9ff-4982-905e-c9e8d70313c2%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
