Checklist
What is the idea?
We should add the new sharded repodata feature to the conda repoquery search|depends command in this repository.
Why is this needed?
For faster searches and feature parity with the rest of the codebase.
What should happen?
Additional Context
No response
Checklist
What is the idea?
We should add the new sharded repodata feature to the
conda repoquery search|dependscommand in this repository.Why is this needed?
For faster searches and feature parity with the rest of the codebase.
What should happen?
conda_libmamba_solver/repoquery.pyso that theLibMambaIndexHelperobjects created there are passed anin_state(SolverInputStateobject). Thisin_stateobject needs to be aware of the current environment and the search term being passed via the command line arguments.whoneedssubcommand does not use sharded repodata. That needs the entire repodata to search all packages that rely on the provided pacakge name.http_server_shardsfixture for this).Additional Context
No response