This is part of Sphinx's syntax for querying against a specific field - field names have the @ prefix. So, what you're seeing is a query for images that have tagger_keys of any of the given values ( the pipe character is a boolean OR).
Cheers -- Pat On 03/08/2011, at 7:25 AM, gerberdata wrote: > I am seeing this in our code. Not sure what the @tagger_keys format > is for. I have not seen > this syntax anywhere in the thinking sphinx documentation. > > Image.search '@tagger_keys (Athlete_172902 | Team_16293 | Team_20338 | > Team_16329)' > > -- > 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. > -- 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.
