We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6366e5b commit 5cf288dCopy full SHA for 5cf288d
lib/typesense/pagination/pagy.rb
@@ -10,7 +10,7 @@ def self.create(results, total_hits, options = {})
10
vars = {
11
count: total_hits,
12
page: options[:page],
13
- items: options[:per_page]
+ limit: options[:per_page]
14
}
15
16
pagy_version = Gem::Version.new(::Pagy::VERSION)
0 commit comments