Are those question marks values that would already know at indexing
time, or are they different for each query? If you already know them
at indexing time, it would be quite easy to define some attributes in
your index that would allow you to make your search.
If you really need to do all that at search time, I hope Pat knows
something I don't :)
-T-
> --
> You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group.
> To post to this group, send email to thinkin...@googlegroups.com.
> To unsubscribe from this group, send email to thinking-sphi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
>
>
I'm guessing that won't be enough though - but there are ways to get OR logic into attribute filters - here's some docs, let me know if you need more information though.
http://freelancing-god.github.com/ts/en/common_issues.html#or_attributes
Cheers
--
Pat