You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: