I'm doing some custom work on Search method from CatalogController. I don't want any modification in existing method and  trying to extend CatalogController.

But I'm very confuse... that how to override Search method?
Or Is there any way for the same  so that I can call modified search method?

Thank You.