Textile 是否可以进行多表搜索

发布于 2024-10-11 03:16:37 字数 255 浏览 1 评论 0原文

我想对具有数据库关系的类进行全文搜索,例如:

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

青萝楚歌 2024-10-18 03:16:37

看起来最好的方法是使用 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/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文