On Feb 24, 2014, at 9:10 AM, Todd Freese <[email protected]> wrote:

> One more issue with Full Text Query. It seems that it can't handle indexing 
> on a field if one of the docs contain a property that is null if that 
> property is being queried.

CBLTextKey doesn't allow nil as a parameter. (Note that the backtrace is inside 
your call to CBLTextKey, and the assertion that failed is "text != nil".) 
You'll need to preflight the text property and not emit anything if it's nil.

--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/2D714D1C-79F9-4485-B729-3A36FC0C2B86%40couchbase.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to