I'm using sphinx to list me some items from my database here.
It's almost 100%, I just haven't figured out yet how to create an OR
between two different filters. For example:
My Object in the database has a starting and an ending date, I can filter(starting_date, x, y)
and filter(ending_date,x,y)
, but both filters will have to return true to bring me the object, how can I say to sphinx filter this attribute, or that one?