refactor: move /search in frontend to internal/search
Created by: rvantonder
Stacked on top of #7245. This moves
-
cmd/frontend/internal/search
to/internal/search/search
-
cmd/frontend/internal/search/query
tointernal/search/query
and updates the imports.
These types need to be exposed to create a type for symbols logic (and possibly others), which live outside of cmd/frontend
. These changes allow us to achieve #7248.