Module: BentoSearch::EdsEngine::CitationMessDecorator
- Defined in:
- app/search_engines/bento_search/eds_engine.rb
Overview
A built-in decorator alwasy applied, that over-rides the ResultItem#published_in display method to use our mess blob of human readable citation, since we don’t have individual elements to create it from in a normalized way.
Instance Method Summary collapse
Instance Method Details
#published_in ⇒ Object
661 662 663 |
# File 'app/search_engines/bento_search/eds_engine.rb', line 661 def published_in custom_data["citation_blob"] end |