Modify search to use search extensions
Created by: attfarhan
Modifies search to go through the new search extensions. Every time a search request is made, the user's query goes through transformQuery
of any registered search providers.
Depends on https://github.com/sourcegraph/sourcegraph-extension-api/pull/95.
This PR updates the CHANGELOG.md file to describe any user-facing changes. This PR does not need to update the CHANGELOG because ...