class Sunspot::Query::Restriction::Containing

Public Class Methods

new(negated, field, value) click to toggle source
# File lib/sunspot/query/restriction.rb, line 362
def initialize(negated, field, value)
  @operation = 'Contains'
  super
end