Results 6 comments of pajooh

Actually, i'm trying to use this package alongside [django-filter](https://github.com/alex/django-filter) to get a full text search box on a list. i added a `TSVectorField` named `ftx_index` with required migrations, and the...

the request.GET is as it should be: it contains the search term `fts_index :u'cultur'`

i was using Django 1.8a1, downgrading it to 1.7 resolved the issue. my app should work with django 1.8. could you please check if the issue could be fixed?

[django 1.8 beta](https://pypi.python.org/pypi/Django/1.8b1) is out!

any progress on this one?