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

Catalog Search along with filters #534

Open
vidhyavasu08 opened this issue Jun 26, 2023 · 1 comment
Open

Catalog Search along with filters #534

vidhyavasu08 opened this issue Jun 26, 2023 · 1 comment

Comments

@vidhyavasu08
Copy link

As per the current code https://github.com/awslabs/aws-dataall/blob/main/frontend/src/views/Catalog/Catalog.js

Currently in dataall, Search bar is not linked with the filters such as Type, Tags and Region. For Example, if I type finance in search bar there will no change in the filters.

I want to have the filters change dynamically based on the search given in the search bar. If finance is given in search bar then the filter Tags should show only the tag with finance and its respective count. Similarly Topics should show only Finance Topics and its respective count.

Can someone please help me on how to do this since I am new to reactive search. I tried adding react prop in the multilist and categorysearch. But it didn't work. Please help

@dlpzx dlpzx added type: bug Something isn't working status: needs more info labels Jul 4, 2023
@vidhyavasu08
Copy link
Author

When a user search for the text "finance" in the search box , then the category search filters such as Type,Tags and Topics should show only the Type(datasets or tables) containing finance similarly tags and topics as well. Kindly let me know if you need any further details

@anmolsgandhi anmolsgandhi added type: enhancement Feature enhacement and removed type: bug Something isn't working labels Jan 17, 2024
@dlpzx dlpzx moved this to Needs triage in Patches and Bug Fix Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Needs triage
Development

No branches or pull requests

3 participants