>> Also, to answer your first question, I recently added :with_all for
>> matching multiple MVA values... so,
>> Article.search :with_all => {:tag_ids => [1,5]}
>
> It's great! Thanks a lot :D
>
> Could you write a few words about implementation? As I saw in sources
> it's done with using filters, but I can't figure it out while
> comparing to sphinx's forum topic about MVA values...Essentially, a normal filter will check for the existance of at least one of those values in the attribute. with_all adds separate filters for each value, so it checks to make sure every single value you specify is tied to the records returned. Cheers -- Pat --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
