Hi all,

I'm converting my website's search to use Thinking Sphinx instead of
the currently-used Ultrasphinx. In the process, I have bumped into a
few problems.

First, I would like to know whether Thinking Sphinx supports the sort
of spell check that Ultrasphinx does. When searching for "abotion",
for instance, it will tell you "Did you mean 'abortion'?" I haven't
been able to find anything like that for TS.

Second, Ultrasphinx' 'is_indexed' method allows me to concatenate:

:concatenate => [
               { :association_name => 'comments',
                 :field => 'body',
                 :conditions => "approved = 't' AND spam = 'f'",
                 :as => 'comments' }
             ]

How can I emulate this behavior with TS's 'indexes'?

Third, can I use :classes to search over multiple models? If so, could
you give me an example of the usage?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/thinking-sphinx?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to