Hi Steve Calling define_index multiple times in a model isn't actually something Thinking Sphinx is built to support - at the moment, anyway. It kinda works, but I make no promises to everything going smoothly, and there's definitely no way to limit searches to a specific index.
That said, if it's important, feel free to fork and patch. -- Pat On 11/06/2009, at 6:59 PM, steve wrote: > > So I successfully created a second index on the same model by using > another define_index block. However I would like to invoke those > searches separately as I need to do different filtering on the > results. Is there some way to pass the intended source (i.e > user_core_0 or user_core_1) into the search call? > > Thanks for your help. > > Steve > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
