> On Oct 29, 2014, at 11:58 PM, peng liu <[email protected]> wrote: > > As you said.it <http://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.
As far as I can tell, you're trying to query a range on the secondary key without the primary key, i.e. all rows in a range of "userOlder" values ignoring the "progress". You can't query a secondary key that way. If you want that query, you'll need another view to do it, one where "userOlder" is the primary (or only) key. —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/49B7C27E-36FF-4D06-8497-6AEF01DEF744%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
