You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also if you only filter IsLatestVersion (but this returns preview versions if that's the newest one available. Which might be another issue, shouldn't only IsAbsoluteLatestVersion trigger that?):
SemVerLevel shouldn't affect whether the package was found.
Actual behavior
SemVerLevel affects whether the package was found.
Error details
No response
Environment data
Not relevant, API.
Version
Not relevant, API.
Visuals
No response
The text was updated successfully, but these errors were encountered:
o-l-a-v
changed the title
Some packages are not returned if semverlevel=2.0.0, returned if semverlevel=1.0.0
API - Some packages are not returned if semverlevel=2.0.0, but are returned if semverlevel=1.0.0Mar 24, 2024
Prerequisites
Steps to reproduce
Found two modules that the PowerShell Gallery API won't return if
semverlevel=2.0.0
, but does return ifsemverlevel=1.0.0
.Query that works:
Query that doesn't:
Observation: If you don't filter
IsLatestVersion and not IsPrerelease
,semverlevel=2.0.0
seems to work just fine:Also if you only filter
IsLatestVersion
(but this returns preview versions if that's the newest one available. Which might be another issue, shouldn't onlyIsAbsoluteLatestVersion
trigger that?):Expected behavior
SemVerLevel shouldn't affect whether the package was found.
Actual behavior
SemVerLevel affects whether the package was found.
Error details
No response
Environment data
Not relevant, API.
Version
Not relevant, API.
Visuals
No response
The text was updated successfully, but these errors were encountered: