Hey @agaitan026!
It looks like a great place to start would be with the Select and Table components.
Here's a guide from our docs on how to build a search bar into your app. Note that you can also dynamically set the value of a select component so you can actually have the results of your search query be options in your select component!
Beyond that, you might try using a JavaScript query, Temporary State, or Query JSON with SQL query to present the data you've selected in your table. There are a bunch of different ways to go here.
Let me know if that's helpful! Once you start building we can also help work through any particular blockers that might arise