Sha256: 3897f96203dbaf12e9193a9a10dfa103fd774636283c15fe5a94a5d9a68c902d
Contents?: true
Size: 369 Bytes
Versions: 16
Compression:
Stored size: 369 Bytes
Contents
module Blacklight class Configuration::FacetField < Blacklight::Configuration::SolrField def normalize! blacklight_config 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
16 entries across 16 versions & 1 rubygems