Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full Text Search Lookup[s]/Database Function[s] #209

Closed
adamchainz opened this issue Jan 23, 2016 · 2 comments
Closed

Full Text Search Lookup[s]/Database Function[s] #209

adamchainz opened this issue Jan 23, 2016 · 2 comments
Assignees

Comments

@adamchainz
Copy link
Owner

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/

@adamchainz
Copy link
Owner Author

Since Django 1.10 just deprecated the __search method and added postgres fulltext search expressions we should follow suit and add the expressions!

@adamchainz
Copy link
Owner Author

Duplicate of #31.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant