Is your feature request related to a problem? Please describe.
Many other applications have the ability to autocomplete package searches. Search UI and Jupyterlab Requirements would both benefit from this feature. I believe it's possible using something like .filter(PythonPackageVersion.package_name.like('pa%')
Describe alternatives you've considered
None
Additional context/python/package/suggest API endpoint
Acceptance Criteria
[x] Add the filter to function to storages
[x] Add new endpoint unitizing new storages function
In response to [this](https://github.com/thoth-station/user-api/issues/1743#issuecomment-1151120065):
>/close
Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
Is your feature request related to a problem? Please describe. Many other applications have the ability to autocomplete package searches. Search UI and Jupyterlab Requirements would both benefit from this feature. I believe it's possible using something like
.filter(PythonPackageVersion.package_name.like('pa%')
Describe alternatives you've considered None
Additional context
/python/package/suggest
API endpointAcceptance Criteria