Add custom JavaScript to my custom component.
Hi, I have a custom search component

and its resource super type:

that only has these 2 html files. however its functionality is controlled by the search core component JavaScript, so any changes I make in the (/libs/core/wcm/components/search/v1/search/clientlibs/site/js/search.js) would reflect on that search component functionality.
I want to add custom JavaScript file to control the search functionality instead of controlling it from the core component JavaScript. and also, because I won't be able to push the code changes on the core component JavaScript to the repo.
How can I make that change? what files should I add/ change??
Thanks in advance!
