Sha256: 2de63370ceb1ce9975bbcbae5e4fb73b87b85e8895400b9a842df975a42ebfc0
Contents?: true
Size: 485 Bytes
Versions: 18
Compression:
Stored size: 485 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 self.collapse = true if self.collapse.nil? self.show = true if self.show.nil? self.if ||= self.show super end end end
Version data entries
18 entries across 18 versions & 1 rubygems