Created by: philipp-spiess
Closes #38316
This graduates the go import search extension. The extension currently has two usages:
go.imports:<something>
is transformed to look for go import strings of <something>
.We decided to only migrate 1) since 2) is not enabled by default, currently broken on Web (won't render at all) and broken on code hosts (the link it creates is dead).
We plan on tracking usages of this transformation and will very likely deprecate this later.
I verified that the same query is generated on my local dev instance that is also created on prod using the extension. For some reason they do not return the same results though?
Check out the client app preview documentation to learn more.