Add ability to syntax highlight read-only search requests displayed in the app
Created by: lguychard
raised by @limitedmage
Some of the search requests displayed on the repogroup homepage or on the new enterprise homepage are partially highlighted, but this highlighting is hardcoded. Other search requests (like in the "Recent searches" panel) have no highlighting:
We should probably have a <HighlightedSearchQuery/>
(or similar) component that, given a query string, will rely on the frontend query parser to display it as a fully syntax-highlighted search query, consistent with what is shown in the query input.