gpt4 book ai didi

jquery - 在 Django 中实现过滤/搜索的最佳方法

转载 作者:行者123 更新时间:2023-12-01 04:43:50 24 4
gpt4 key购买 nike

在 django/jquery 中构建一个处理文档的应用程序。
这个文档模型有很多属性(名称、价格、作者等...)

因此需要实现过滤/搜索功能

我知道的方法:
1. 每次用户在搜索/过滤器输入中输入字符时,向 django 发送 ajax 调用
2. 将数据存储在客户端并使用 js/jquery 渲染并使用 jquery 实现过滤器

问题:
1.还有其他一些方法可以做到这一点吗?
2.如果不是,以上两种方法哪种最好?

如果问题需要更清晰的说明,请告诉我。

提前致谢

最佳答案

我喜欢Haystack Search进行搜索。目前github上有700多个 fork 和一个有很好的documentation .

Search doesn't have to be hard. Haystack lets you write your search code once and choose the search engine you want it to run on. With a familiar API that should make any Djangonaut feel right at home and an architecture that allows you to swap things in and out as you need to, it's how search ought to be.

关于jquery - 在 Django 中实现过滤/搜索的最佳方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32983740/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com