Hi! I would like to build such query in sphinx: (start_date >= date.today AND start_date <= date.today + 23.hours + 59minutes) OR (start_date <= date.today AND end_date >= date.today)
I found using ranges in shinx like: :start_date => 1.week.ago..Time.now And I could use it, but only for either first or second part of OR. Is there possibility to somehow combine two parts of OR statement in sphinx? Regards Lucas -- 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.
