Hey Jens! Getting around the map - reduce to query is kinda giving me a hard time. Any docs you can recommend on this?
In this instance I am trying to narrow down some properties based on the following criteria - 1. location (Can choose multiple) 2. Price (range) 3. move in date (range) The emit function I have is as follows - emit (price, location, moveindate) => Is this the best approach or should it be emit(location,price,moveindate)? How can I possibly send in arrays to reduce this efficiently in the query.startKeys & query.endKeys ? -- 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/b6a1ee45-be3e-4277-a431-6f5c370c9077%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
