Class: SiteSearchResultSetDrop
- Inherits:
-
Liquid::Drop
- Object
- Liquid::Drop
- SiteSearchResultSetDrop
- Defined in:
- app/drops/site_search_result_set_drop.rb
Overview
Represents a set of search results on a SiteDrop. Available as search
on search result pages.
Instance Attribute Summary collapse
-
#results ⇒ Object
readonly
Returns the value of attribute results.
-
#total_results_count ⇒ Object
readonly
Returns the value of attribute total_results_count.
Instance Method Summary collapse
- #pagination ⇒ PaginationDrop
-
#query ⇒ String
The search terms used.
-
#results_count ⇒ Integer
Number of results on the current page.
Instance Attribute Details
#results ⇒ Object (readonly)
Returns the value of attribute results.
#total_results_count ⇒ Object (readonly)
Returns the value of attribute total_results_count.
Instance Method Details
#pagination ⇒ PaginationDrop
#query ⇒ String
The search terms used.
#results_count ⇒ Integer
Number of results on the current page.