codeintel: Search uploads and indexes by repo name
Created by: efritz
This is a re-attempt at https://github.com/sourcegraph/sourcegraph/pull/11664.
Changes:
- Add view over uploads, indexes, and dumps that add the repository name to the resulting fields and only returns those with resolvable repositories (non-deleted).
- Add state and repository name fields to searchable fields of upload/index
- Make term matching case insensitive
Closes https://github.com/sourcegraph/sourcegraph/issues/11638 and opens https://github.com/sourcegraph/sourcegraph/issues/11696.