Method: Sunspot::Query::StandardQuery#add_fulltext
- Defined in:
- lib/sunspot/query/standard_query.rb
#add_fulltext(keywords) ⇒ Object
11 12 13 |
# File 'lib/sunspot/query/standard_query.rb', line 11 def add_fulltext(keywords) @fulltext.add_fulltext(keywords) end |