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
If you are looking for a beefy solution I recommend http://haystacksearch.org/
It is very well thought out.