added catalogue to docker-compose, provides an initial search against existing...
Added search functionality and results to the search page. It will search against the catalogue url that has been provided by the environment variable REACT_APP_CATALOGUE_URL. This is provided by docker-compose during development and values.yaml on kubernetes deployments.
Closes DUKEMS-115