Tip on Search Functionality

I have a question regarding livewire.

I want to implement a search functionality, such that, when a user types the name of a product, and hits search button, another page will load with the search results.

If this were pure Laravel, I can attach an action with GET METHOD to the form tag to process the search results, but I don’t know how to go about it with Livewire.

Please how can I go about this?

Thanks.

Check this tutorial out , he explains everything really well on how to do searches