Hey all - can anyone help me implement a search function? I am making an API call that returns a list, I want to filter the list with a text input box. So, the list should show everything in the list, and then filter on change of the text box.
I can do this with my Supabase data using a custom action, but not sure how to implement on the results of an API call.
Any help/ideas would be great!