class Qa::LDF::FAST::SearchService
A specialized NamespacedSearchService
that strips 'fst' from fast IDs
Private Instance Methods
apply_namespace(id)
click to toggle source
Calls superclass method
# File lib/qa/ldf/authorities/fast.rb, line 24 def apply_namespace(id) super(id.gsub('fst', '')) end