Hi All,
     Can anyone help me how I can use group by function in Riak map
function written in javascript.

    I just want to group by Country where my key value is my Country name.

   return [obj];   // works fine

   return [{value.key : [obj]}]  // Not working

   obj is a json object.

Thanks,
Venkatesh.Y
_______________________________________________
riak-users mailing list
[email protected]
http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com

Reply via email to