使用haystack实现全文搜索功能

1.安装 Pip install django-haystack 安装haystack第三方搜索模块(app)类似于验证码模块captcha   Pip install whoosh 安装第三方搜索引擎   Pip install jieba 安装分词模块jieba 2.配置settings.py 将hanystack应用名写在所有应用之前   在settings.py中配置haystack中搜索
相关文章
相关标签/搜索