Django MySQL full text search

后端 未结 6 1639
终归单人心
终归单人心 2020-12-05 05:20

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         


        
6条回答
提交回复
热议问题