basho / riak-nodejs-client

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

Add "withMaxRows" and deprecate "withNumRows" on Search.Builder class [JIRA: CLIENTS-966] #169

Open kuy opened 7 years ago

kuy commented 7 years ago

Search.Builder class has withNumRows method, but a parameter name is maxRows. I confused this mismatch of naming rule. Is there any reason about leaving this mismatch?