PowerShell/PowerShellGallery

powershell gallery search does not return results

Konstantin-Glukhov opened this issue · 2 comments

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 results

Actual behavior

No results

Error 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-columns

Version

https://www.powershellgallery.com/packages?q=format-columns

Visuals

image

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.

Is Format-Columns.ps1 considered to be a script name? Should it be found?