django-mysql
django-mysql copied to clipboard
Full Text Search Lookup[s]/Database Function[s]
Django provides __search for searching full text IN BOOLEAN MODE. NATURAL LANGUAGE MODE is also useful, plus it could be useful as a database function for more complicated expressions or just ordering... As this recent blog post demonstrated using .extra(): http://www.machinalis.com/blog/full-text-search-on-django-with-database-back-ends/
Since Django 1.10 just deprecated the __search method and added postgres fulltext search expressions we should follow suit and add the expressions!
Duplicate of #31.