I am using TS2 for this, so I can't use the new TS3 query goodness. If I were 
doing this in MySQL, I would probably do something like this:

        SELECT * FROM titles WHERE `column` like '%match-term%' AND id 
IN(1,3,5,6,7);

Is there a way to pass that sort of thing (the id IN() part, not the match 
term) into a search as a filter?

Thanks in advance,

Walter

-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/thinking-sphinx.
For more options, visit https://groups.google.com/d/optout.

Reply via email to