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_inObject



557
558
559
# File 'app/search_engines/bento_search/eds_engine.rb', line 557

def published_in
  custom_data["citation_blob"]
end