Method: Xapit::Client::Collection#where

Defined in:
lib/xapit/client/collection.rb

#where(conditions) ⇒ Object



28
29
30
# File 'lib/xapit/client/collection.rb', line 28

def where(conditions)
  scope(:where, where_conditions(conditions))
end