class Qa::LDF::LCNames::SearchService

A specialized NamespacedSearchService that strips info: uris

The basic QA LCNames authority returns the info: URIs, instead of the http: URIs as IDs. This handles conversion between the two. @note This is not resilient to ids other than LCNames info: uris

Private Instance Methods

apply_namespace(id) click to toggle source
Calls superclass method
# File lib/qa/ldf/authorities/lc_names.rb, line 29
def apply_namespace(id)
  super(id.split('/').last)
end