Something went wrong while fetching comments. Please try again.
Created by: slimsag
Builds on top of prior work such as #26973, which added the ability to actually search the API docs search index at the store layer, by exposing a GraphQL API which will be used to search API docs.
There are three reasons this is the right way to expose this API:
That said, it is likely I will also use the same codeintel resolvers here as the backend for integrating these search API with our regular search suggestions API.
Testing: The logic here is small enough that I am not worried about testing this right now. Obviously tests for this are a goal in the future, though.
Helps #21938
Signed-off-by: Stephen Gutekanst stephen@sourcegraph.com