Sha256: 01d758760002e53ef9ceae55d2ffd9be304e776821fcfddb778d2b3403d743a8
Contents?: true
Size: 359 Bytes
Versions: 18
Compression:
Stored size: 359 Bytes
Contents
class MultiExternalArtwork include Mongoid::Document include Mongoid::FullTextSearch field :title field :year field :artist fulltext_search_in :title, :index_name => 'mongoid_fulltext.titles' fulltext_search_in :year, :index_name => 'mongoid_fulltext.years' fulltext_search_in :title, :year, :artist, :index_name => 'mongoid_fulltext.all' end
Version data entries
18 entries across 18 versions & 1 rubygems