Sha256: 3be887106f8bfcf1035bc8b761f6d0e9feeae4f41a89fb6c1ed0dfe3e7e16f4b
Contents?: true
Size: 310 Bytes
Versions: 40
Compression:
Stored size: 310 Bytes
Contents
module Sunspot module Query class StandardQuery < CommonQuery attr_accessor :scope, :fulltext def initialize(types) super @components << @fulltext = CompositeFulltext.new end def add_fulltext(keywords) @fulltext.add(keywords) end end end end
Version data entries
40 entries across 40 versions & 9 rubygems