开发者

Is Multi-Table Search Possible in with Texticle

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

开发者_StackOverflow社区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?


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/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜