任何人,请帮助我使用Thinking_sphinx配置。 我有表profile1,has_one profile2和profile3。 所以我只需要将它们都编入索引,但我不能。 我试过了
indexes name
indexes profile2(:name), :as => :profile2_name
indexes profile3(:name), :as => :profile3_name
has id
我做错了什么? 感谢。
答案 0 :(得分:1)
您的语法似乎正确,但您可能需要为该属性使用符号:
has :id
但它怎么不起作用?