class Skala::PrimoAdapter::Search::ResultTransformation::DocTransformation::SetFulltextAvailable
TODO: UBPB transformation: Move to custom adapter
Public Instance Methods
call()
click to toggle source
# File lib/skala/primo_adapter/search/result_transformation/doc_transformation/set_fulltext_available.rb, line 8 def call target.record.fulltext_available = transformation.read_source_values(".//delivery/fulltext").first != "no_fulltext" end