Textile 是否可以进行多表搜索
我想对具有数据库关系的类进行全文搜索,例如:
Class X 有很多:y 结尾
Y 类 属于:x 我的应用程序在 Heroku 上运行,我研究了一些选项,例如 Texticle、Tsearchable 和acts -
_as_tsearch,我想使用 Texticle,但我似乎找不到它是否支持 Multi-Table/多模型搜索。有没有人让它发挥作用,如果是的话,涉及什么?
I want to do full-text search on classes with database relationships, such as:
Class X
has_many :y
end
Class Y
belongs_to :x
end
My app is running on Heroku and I've investigated some options, such as Texticle, Tsearchable and acts-_as_tsearch, and I wanted to use Texticle but I can't seem to find if it supports Multi-Table/Multi-model search. Has anyone gotten that to work and if so, what is involved?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来最好的方法是使用 Textile 页面上“系统范围搜索”标题下所述的搜索模型:http ://tenderlove.github.com/texticle/
Looks like the best way is to use a search model as noted under the 'Systemwide Search' heading on the Textile page: http://tenderlove.github.com/texticle/