code4lib / ruby-oai

a Ruby library for building OAI-PMH clients and servers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"limit" has no default, contrary to the comment

yn opened this issue · comments

In the comment in provider.rb, we have the following:

# ## ActiveRecord Integration
# * `limit` -           Maximum number of records to return in each page/set.
#   Defaults to 100.

However, ActiveRecordWrapper.initialize has no default for limit parameter.