使用 django-haystack,如何按内容类型对结果进行排序
我在我的网站上使用 django-haystack 作为搜索页面,并且我想按内容类型对所有结果进行排序。我有办法做到这一点吗? 为了更简单,假设我有一个应用程序和多个类。 提前致谢
I'm using django-haystack for a search page on my site, and I want to order all the results by their content type. Is there a way I can do that?
To make it simpler, suppose I have a single application and several classes.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不确定您所说的内容类型是什么意思,但如果您正在谈论按模型分组,我可以使用此功能
Not sure what you mean by content type, but if you are talking about group by models, I have this working
来自
如何按型号对搜索结果进行排序< /代码>
:
来自
searchindex api
:from
How to order search results by Model
:from
searchindex api
: