class SunspotMatchers::GroupMatcher

Public Instance Methods

keys_to_compare() click to toggle source
# File lib/sunspot_matchers/matchers.rb, line 285
def keys_to_compare
  comparison_params.keys.select {|key| /group/ =~ key.to_s}
end
search_method() click to toggle source
# File lib/sunspot_matchers/matchers.rb, line 281
def search_method
  :group
end