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

Is smart filters support search value in array? #4265

Open
4 tasks done
thanawatSuj opened this issue Sep 26, 2023 · 1 comment
Open
4 tasks done

Is smart filters support search value in array? #4265

thanawatSuj opened this issue Sep 26, 2023 · 1 comment
Labels
status/triage Issues pending maintainers triage type/bug Something isn't working

Comments

@thanawatSuj
Copy link

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running master-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

Is smart filters support search value in array?
I try to use smart filters to filter value in array but it not working.
Example json data below.

{ "data": { "books": [ { "id": "1", "name": "name1" }, { "id": "2", "name": "name2" } ] } }

How can I create a filter if i want to find "name" = "name2"?
I try data.book["name"] == "name2" but it not work.

Expected behavior

No response

Your installation details

I am not sure for the right version.

Steps to reproduce

use filter text above

Screenshots

No response

Logs

No response

Additional context

No response

@thanawatSuj thanawatSuj added status/triage Issues pending maintainers triage type/bug Something isn't working labels Sep 26, 2023
@github-actions
Copy link

Hello there thanawatSuj! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triage Issues pending maintainers triage type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant