【发布时间】:2023-12-28 21:20:02
【问题描述】:
干杯!我有tour 具有这些关联的模型:
has_many :tour_in_the_countries
has_many :country, :through => :tour_in_the_countries
在 tour_index.rb 中
ThinkingSphinx::Index.define :tour, :with => :active_record do
indexes :title
indexes :preview
end
在这种情况下如何添加到索引国家的名称?
【问题讨论】:
标签: ruby-on-rails full-text-search thinking-sphinx