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.
2 parents c6a8cef + 5cf288d commit 1ffe302Copy full SHA for 1ffe302
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