Skip to content
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

[高级搜索] 实现前端对后台and or数据联动 #2957

Closed
mansai opened this issue Dec 6, 2023 · 2 comments
Closed

[高级搜索] 实现前端对后台and or数据联动 #2957

mansai opened this issue Dec 6, 2023 · 2 comments

Comments

@mansai
Copy link

mansai commented Dec 6, 2023

这个功能解决了什么问题

前端输出json格式,例如:
{logic: "And", filters:
[
{field: "name", operator: "Contains", value: "test"},
{field: "age", operator: "Equal", value: "15"},
{logic: "Or", filters:[{field: "time", operator: "Equal", value: "2023-01-01"}]}
]
}

你建议的方案是什么

图片参考7718814a0ce78099cda720ab5ba6feb

Copy link
Contributor

github-actions bot commented Dec 6, 2023

👋 @mansai,感谢给 TDesign 提出了 issue。
请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

@uyarn
Copy link
Collaborator

uyarn commented Dec 7, 2023

这个属于pro或者二次封装组件的功能 组件库本身暂时不会做这个的

@uyarn uyarn closed this as completed Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants