Class: Sunspot::Query::Restriction::AllOf
- Inherits:
-
Base
- Object
- Base
- Sunspot::Query::Restriction::AllOf
- Defined in:
- sunspot/lib/sunspot/query/restriction.rb
Overview
Results must have field with values matching all values in given collection (only makes sense for fields with multiple values)
Constant Summary
Constants inherited from Base
Method Summary
Methods inherited from Base
#initialize, #negate, #negated?, #to_boolean_phrase, #to_negated_boolean_phrase, #to_params, #to_positive_boolean_phrase
Methods included from Filter
Constructor Details
This class inherits a constructor from Sunspot::Query::Restriction::Base