powershell gallery search does not return results
Konstantin-Glukhov opened this issue · 2 comments
Konstantin-Glukhov commented
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest version
- Search the existing issues.
Steps to reproduce
powershell gallery search does not return results even though the item is present in the gallery.
Expected behavior
The following function is present in the gallery:
https://www.powershellgallery.com/packages/Posh-IBWAPI/1.4/Content/Private%5CFormat-Columns.ps1
Search for it should return resultsActual behavior
No resultsError details
No response
Environment data
https://www.powershellgallery.com/packages/Posh-IBWAPI/1.4/Content/Private%5CFormat-Columns.ps1
https://www.powershellgallery.com/packages?q=format-columnsVersion
https://www.powershellgallery.com/packages?q=format-columns
Visuals
alerickson commented
Hi @Konstantin-Glukhov, we actually only support searching for modules and scripts, not the contents of modules or scripts, that's why Format-Columns does not return results. Please let us know if you're having any other issues with returned results.
Konstantin-Glukhov commented
Is Format-Columns.ps1 considered to be a script name? Should it be found?
