basho / riak-nodejs-client

The Riak client for Node.js.
Apache License 2.0
72 stars 29 forks source link

Fixed incorrectly named "indexName" property to "searchIndex" in Stor… #100

Closed brianedgerton closed 8 years ago

brianedgerton commented 8 years ago

…eBucketProps docs.

Hey guys! Thanks for the lib. We lost a little bit of time with a specified parameter in the docs and dug in and found it was incorrect.

brianedgerton commented 8 years ago

In the case that this is automatically generated from source comments, the property name will need to be changed here:

https://github.com/basho/riak-nodejs-client/blob/master/lib/commands/kv/storepropsbase.js#L53

lukebakken commented 8 years ago

Hi @brianedgerton thank you for the find. I'll make sure the doc comments and anything else related to this get addressed as well.