Sha256: d64b7901c187ada477002ae7dcdb5d460875228b2fb1d3a20e365e8e620aa22a
Contents?: true
Size: 366 Bytes
Versions: 11
Compression:
Stored size: 366 Bytes
Contents
module Blacklight class Configuration::FacetField < Blacklight::Configuration::SolrField def normalize! blacklight_config = nil self.query.stringify_keys! if self.query if self.single and self.tag.blank? and self.ex.blank? self.tag = "#{self.field}_single" self.ex = "#{self.field}_single" end super end end end
Version data entries
11 entries across 11 versions & 1 rubygems