Hi Mike How does acts_as_taggable set up the associations to access tags? This will be the key to getting the tag data into your indexes.
Or am I misunderstanding your question? I highly recommend *not* using named scopes with searches - the former are purely for SQL queries, which have no relation to Sphinx searches. I can understand why people *want* to, but it's not a clean approach at all. Cheers -- Pat On 21/05/2009, at 1:24 PM, Mike C wrote: > > I'm using the mentioned plugins together, and I want the user to be > able to search by tags AND content at the same time. How would I go > about doing this? I have a solution in place at the moment but I'm not > too happy with it. Since acts_as_taggable uses named_scopes, thinking > sphinx is having the problems with named_scopes as described here: > http://www.hackido.com/2009/04/named-scopes-and-thinking-sphinx.html. > Are there any work arounds to this? > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
