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 support #31

Open
adamchainz opened this issue Mar 21, 2015 · 4 comments
Open

Full text search support #31

adamchainz opened this issue Mar 21, 2015 · 4 comments

Comments

@adamchainz
Copy link
Owner

adamchainz commented Mar 21, 2015

Django removed the __search lookup. It would be good to reimplement it here, with a custom Index class for creating the index, and database functions for doing searching. Compare with django.contrib.postgres' search functions: https://docs.djangoproject.com/en/3.0/ref/contrib/postgres/search/

@okapies
Copy link

okapies commented May 11, 2021

Hi, any progress on this?

@adamchainz
Copy link
Owner Author

No

@saranglakare
Copy link

This is a really important feature. FTS on MySQL is now very powerful and it's tough to use it on Django.

@adamchainz
Copy link
Owner Author

Pull requests are welcome. I’m not using MySQL/MariaDB right now so I wouldn’t prioritize working on this.

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

No branches or pull requests

3 participants