Added a functioning search and results to the search page. It queries a catalogue service that is defined by the REACT_APP_CATALOGUE_URL environment variable. This env variable has been added to docker-compose to allow searching against a local catalogue during development. In kubernetes, this will be added via an env section in the values.yaml.