Method: FrOData::Query#search

Defined in:
lib/frodata/query.rb

#search(term) ⇒ Object

Adds a fulltext search term to the query NOTE: May not be implemented by the service

Parameters:

  • term (String)


66
67
68
69
# File 'lib/frodata/query.rb', line 66

def search(term)
  criteria_set[:search] << term
  self
end