Re: Date Filtering in Django-Sphinx

2009-03-30 Thread Brian Neal
On Mar 30, 6:11 am, Alfonso wrote: > > And in my search view I have a simple filter (which is where I think > the problem lies): > > if date == "next30": >        results = queryset.filter(date_time>=(datetime.datetime.now)) > > (Attempting to pull future dates just to see something happen) > > W

Date Filtering in Django-Sphinx

2009-03-30 Thread Alfonso
Using sphinx for search in my django app and whilst it's great I can't seem to get any date filtering happening. Sphinx conf is fairly unremarkable: source event_event_en : base { # main document fetch query # mandatory, integer document ID field MUST be the first selected column