I need to implement full text search for my Django application, running MySQL as backend.
Let\'s say I\'ve got a model as follows:
class MyItem(model
Django provides full-text functionality for PostgreSQL's only.