rails sunspot solr not working with has_and_belongs_to_many
events -- has_and_belongs_to_many --tags
searchable do text :title, :boost => 5 text :description text :tag_names do tags.map(&:name) end end
In the above example its working with title and description only. not with tag_names.