class SunspotMatchers::KeywordsMatcher
Public Instance Methods
keys_to_compare()
click to toggle source
# File lib/sunspot_matchers/matchers.rb, line 198 def keys_to_compare [:q, :qf] end
search_method()
click to toggle source
# File lib/sunspot_matchers/matchers.rb, line 194 def search_method :keywords end
wildcard_matcher_for_keys()
click to toggle source
# File lib/sunspot_matchers/matchers.rb, line 202 def wildcard_matcher_for_keys {:q => /./, :qf => /./} end