-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
搜索支持命名查询 #6589
Comments
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
用户可以将关键字、指定路径、包含子文档、搜索方式和类型过滤等条件保存为命名查询(Named Criterion),后续使用时可以通过切换命名查询实现更高效率的搜索。
数据存储在 data/storage/criteria.json 中,通过 dejavu 实现数据同步。
The text was updated successfully, but these errors were encountered: