> > On Thursday, October 30, 2014 12:20:32 AM UTC-7, peng liu wrote: > by the way . where is " feature/query" ? i > thanks
You can find the feature/query branch here: https://github.com/couchbase/couchbase-lite-ios/tree/feature/query As you said.it's not support two keys to create a range.and i can filter a > first keys ,and then get the first result then filter second keys .it > same work. > but if the first range not get any result,at this time how to filter > second keys ? > so .i do not think it's a good idea. > thanks Can you clarify the use case here? If you don't find any rows that meet the criteria for the primary key, why would you need to worry about the secondary keys? Your examples look like they are still trying to use two keys to create a range, which as Jens describes above can't be done with just an index lookup. Thanks, Adam -- 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/e47ed373-b36a-44e3-ae7a-6d44ee790af0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
