conda / conda-dot-org

conda.org website
https://conda.org
BSD 3-Clause "New" or "Revised" License
29 stars 34 forks source link

Package Search: Integrated search of any registered conda channel (long term solution) #173

Open tnabtaf opened 9 months ago

tnabtaf commented 9 months ago

Description

As described in #172, a large number of unsuccessful searches on conda.org are for package names. We aren't currently addressing this use case. Issue #172 is about easy, short term solutions to help our users find packages.

This issue proposes that we will need a better solution, and one that will likely take some engineering effort.

In an ideal world people could do package searches on conda.org. They could enter a package name and the site would show them which channels the package is available on. There could be two searches on the site (web site, package) or it could be an integrated search that returns everything, possibly under different tabs for web site and packages.

Ideally there would also be a mechanism for anyone to register a conda channel / request that a conda channel be added to the search.

Tasks