Django Watson部分搜索或与queryset结合使用

时间:2018-06-03 16:58:45

标签: python django django-orm django-watson

我正在使用Django-watson搜索我的模型,该模型包含titletags字段。

如何在django-watson中启用部分搜索。如果我正在搜索python program,则不会搜索单个字词(partial matches)。

因此,在django-watson搜索后,我实现了自己的部分搜索,并希望将django-watson返回的查询集与我的搜索查询集结合起来。我尝试使用union,但收到错误KeyError: u'"watson_searchentry"'

我需要一个具有django-watson结果和partial search结果的查询集,因为必须使用分页和所有内容。或者有没有办法在partial search中启用django-watson

0 个答案:

没有答案