-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PSGallery search returning limited results #292
Comments
I've noticed this issue today as well, getting inconsistent results/counts returned, running from multiple computers (work and home): Running command: $Mods = Find-Module -Verbose Work PC #1 - PSH 5
Work PC #2 - PSH 5
Home PC 1 - PSH v5
Home PC 1 - PSH v7.5.3
Home PC #2 - PSH v5
Using Find-PSResource on home PC #1:
PS> $RSC = Find-PSResource -Type Module -Repository PSGallery -Verbose; $RSC.Count
PS> $RSC = Find-PSResource -Type Module -Repository PSGallery -Verbose; $RSC.Count PS> $RSC = Find-PSResource -Type Module -Repository PSGallery -Verbose; $RSC.Count PS> $RSC = Find-PSResource -Type Module -Repository PSGallery -Verbose; $RSC.Count
|
@ThomasNieto @BouwenMA @KSchu26 thanks for this information! This is an ongoing intermittent issue we're aware of and investigating...one thing to note is that doing a wildcard search with cmdlets (like Find-Module (v2), Find-PSResource -Type Module, Find-PSResource -Name "A*", etc) will hit this issue but if you know of the package name and search it specifically that will not run into this issue. We'd recommend using Find-PSResource from Microsoft.PowerShell.PSResourceGet module. For searching on the website, you can use the |
Prerequisites
Steps to reproduce
PSGallery search returning limited results
Expected behavior
All results
Actual behavior
Limited results
Error details
No response
Environment data
n/a
Version
n/a
Visuals
The text was updated successfully, but these errors were encountered: