Class: SiteSearchResultDrop
- Inherits:
-
Liquid::Simplero::Drop
- Object
- Liquid::Drop
- Liquid::Simplero::Drop
- SiteSearchResultDrop
- Defined in:
- app/drops/site_search_result_drop.rb
Overview
Represents an individual search result in a SiteSearchResultSetDrop.
Instance Method Summary collapse
- #body ⇒ String
-
#breadcrumbs ⇒ String
Breadcrumbs for the result.
-
#highlighted_body ⇒ String
Body with text matching the query highlighted.
-
#highlighted_title ⇒ String
Title with text matching the query highlighted.
-
#media_duration ⇒ String
Duration (in seconds) of the associated media.
- #title ⇒ String
-
#type ⇒ String
Type of item for the result (BlogPostDrop, etc.).
- #url ⇒ String
Methods inherited from Liquid::Simplero::Drop
Instance Method Details
#body ⇒ String
#breadcrumbs ⇒ String
Breadcrumbs for the result. For CourseLessonDrops, this will be the CourseDrop and CourseModuleDrop's names.
#highlighted_body ⇒ String
Body with text matching the query highlighted.
#highlighted_title ⇒ String
Title with text matching the query highlighted.
#media_duration ⇒ String
Duration (in seconds) of the associated media.
#title ⇒ String
#type ⇒ String
Type of item for the result (BlogPostDrop, etc.)