mostlyserious / riak-js

Riak client for Javascript
http://riak-js.org
476 stars 102 forks source link

parse index structure from response #195

Closed sideshowcoder closed 10 years ago

sideshowcoder commented 11 years ago

add the indices to meta.index on get as they are defined when setting them via meta.index = { foo: 1, bar: "baz" } on save.

FIXES #183