How to implement custom search Restful Webservice API in AEM with OOTB search
I am looking for solution where I can include search bar component of AEM and call my custom search API. How can I pass the value entered in search bar to the API?
Is there a property that holds the value entered can be passed on? The API results will be shown on another component say main component. So, there are two components search and main in one page. Is this doable?