adamchainz / django-mysql

:dolphin: :horse: Extensions to Django for use with MySQL/MariaDB
https://django-mysql.readthedocs.io/
MIT License
562 stars 110 forks source link

Full text search support #31

Open adamchainz opened 9 years ago

adamchainz commented 9 years ago

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 commented 3 years ago

Hi, any progress on this?

adamchainz commented 3 years ago

No

saranglakare commented 9 months ago

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

adamchainz commented 9 months ago

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