I'm very sorry after some extensive debugging and stepping through the code I found the problem this morning. There was a case issue in the id of the locations, sometimes they got all lower case and sometimes last word got it's first letter uppercased.
So nothing wrong with your code ;) Thank you for your time and support. Kind regards, Michiel On Thursday, April 10, 2014 10:20:43 PM UTC+2, [email protected] wrote: > > Without no start or end key, i get every row from the view correctly. I'll > try some more debugging tomorrow. > > Thxs for looking into it, > Michiel > > Op donderdag 10 april 2014 19:41:50 UTC+2 schreef Jens Alfke: >> >> Hm, that code looks correct to me, though I’m not very familiar with the >> Java API. Maybe Traun can see something I missed. >> >> What happens if you don’t set the startKey or the endKey, i.e. you query >> every row in the view? Do you get anything? >> (My usual tactic when I get stuck on a bug is to start varying the >> initial conditions to see if the behavior changes; this often provides >> clues. Debugging is a lot like scientific experimentation!) >> >> —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/f3b461f2-c61b-413c-8c8d-d3a85a4edce3%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
