lib/service_adaptors/blacklight.rb in umlaut-3.0.2 vs lib/service_adaptors/blacklight.rb in umlaut-3.0.3

- old
+ new

@@ -91,10 +91,10 @@ holdings_added += add_holdings( holdings_url ) if holdings_url end #keyword search. if (@keyword_search && url = blacklight_keyword_search_url(request)) - + doc = Nokogiri::XML( http_fetch(url).body ) # filter out matches whose titles don't really match at all, or # which have already been seen in identifier search. entries = filter_keyword_entries( doc.xpath("atom:feed/atom:entry", xml_ns) , :exclude_ids => ids_processed, :remove_subtitle => (! title_is_serial?(request.referent)) )