Class: Pagy::ElasticsearchRails

Inherits:
SearchBase show all
Defined in:
lib/pagy/classes/offset/search.rb

Constant Summary collapse

DEFAULT =
{ search_method:     :search,
max_result_window: 10_000 }.freeze

Instance Attribute Summary

Attributes inherited from Offset

#count, #from, #in, #last, #next, #offset, #previous, #to

Method Summary

Methods inherited from SearchBase

#search?

Methods inherited from Offset

#initialize, #records

Methods included from NumericHelpers

#info_tag, #input_nav_js, #limit_tag_js, #previous_tag, #series_nav, #series_nav_js

Methods included from Rangeable

#in_range?

Methods included from Deprecated::Offset

#assign_last

Constructor Details

This class inherits a constructor from Pagy::Offset