class SunspotMatchers::FacetMatcher
Public Instance Methods
keys_to_compare()
click to toggle source
# File lib/sunspot_matchers/matchers.rb, line 223 def keys_to_compare comparison_params.keys.select {|key| /facet/ =~ key.to_s} end
search_method()
click to toggle source
# File lib/sunspot_matchers/matchers.rb, line 219 def search_method :facet end