For an emit with multiple keys as Array [Key0,Key1,Key2], is it possible to specify startKey/endKey with multiple matches separated by Or like the where clause in SQL query separated by Or keyword like this startKey = ["Key1Tomatch" or "Key2Tomatch"]
On Wednesday, March 21, 2018 at 2:19:03 AM UTC+5:30, Jens Alfke wrote: > > > > On Mar 19, 2018, at 6:26 AM, [email protected] <javascript:> wrote: > > For a Couchbase lite ios application using version 1.4.1 if one specify > same value for both startKey and endKey (both being array) along with non > zero group level then how the query will work in such cases? > > > You'll get all of the rows with that exact key. > Since the keys are all identical, grouping will have no effect. > > —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/7c5e554b-a233-4f00-8bf4-2cc3dd389c54%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
