Sha256: bf5b7e4c0458c32b095b952071b0fa3a2a9b1256f44fb69c39a0d68c02aea4a2
Contents?: true
Size: 213 Bytes
Versions: 9
Compression:
Stored size: 213 Bytes
Contents
class StopwordsArtwork include Mongoid::Document include Mongoid::FullTextSearch field :title fulltext_search_in :title, :index_full_words => true, :stop_words => { 'and' => true, 'by' => true} end
Version data entries
9 entries across 9 versions & 1 rubygems