Forum: Rails I18n thinking sphinx && globalize2

Posted by Alexey Poimtsev (alec-c4)
on 2010-02-15 19:26
(Received via mailing list)
Hi all.
Could you tell me plz - how to integrate sphinx search with
globalize2? I'd like to perform search in models with translations.

Thanks a lot.
Posted by Clemens Kofler (Guest)
on 2010-02-15 22:47
(Received via mailing list)
Actually, it's way easier than you might think – you just use the
association as you would with other models, only with globalize2, the
association is always called "globalize_translations".

So if you have an article model with title and body being translated
and you want to index both, the index definition might look something
like the following:

define_index do
  index globalize_translations.title
  index globalize_translations.body
end

You can also somehow split indexes by locale so that when searching in
English you only get English translation – but I've never done that
and I'm not sure how to do that with (thinking) sphinx.

HTH
Posted by Sven Fuchs (Guest)
on 2010-02-15 22:55
(Received via mailing list)
except that with current master it's now #translations

:)
Posted by Alexey Poimtsev (alec-c4)
on 2010-02-16 10:29
(Received via mailing list)
Thanks, guys!
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.