class SunspotMatchersTestunit::KeywordsMatcher

Public Instance Methods

keys_to_compare() click to toggle source
# File lib/sunspot_matchers_testunit/matchers.rb, line 193
def keys_to_compare
  [:q, :qf]
end
search_method() click to toggle source
# File lib/sunspot_matchers_testunit/matchers.rb, line 189
def search_method
  :keywords
end
wildcard_matcher_for_keys() click to toggle source
# File lib/sunspot_matchers_testunit/matchers.rb, line 197
def wildcard_matcher_for_keys
  {:q => /./, :qf => /./}
end