On Nov 19, 11:10 am, Pat Allan <
p...@freelancing-gods.com> wrote:
> Hi Yury
>
> I think the problem is that acts_as_taggable doesn't specify the table
> name in the joins it generates (it must specify particular conditions,
> I guess) - and that's what Thinking Sphinx uses for generated SQL. So,
> if there's any way of setting it manually, that'd be the best approach.
>
> Otherwise, you could generate the config using
> thinking_sphinx:configure (or ts:conf), make your changes to SQL, and
> then run ts:in/thinking_sphinx:index with INDEX_ONLY set to true:
> rake thinking_sphinx:index INDEX_ONLY=true
>
> That way the config won't get regenerated automatically.
>
> Hope this helps
>
> Cheers
>
> --
> Pat
>
> On 18/11/2008, at 10:45 AM, Yury wrote:
>
>
>
> > Hello,
>