【发布时间】:2015-11-19 00:10:59
【问题描述】:
如何使用太阳黑子搜索 Rails 中的枚举?
枚举类型:[ :restaurant, :travel, :hotel ]
searchable do
text :name, :boost => 5
text :description
integer :type
time :created_at
end
我的控制器:
@search = Product.search do
fulltext params[:search]
end
仍然没有结果,有什么想法吗?
【问题讨论】:
标签: ruby-on-rails enums sunspot-rails sunspot-solr