-
Notifications
You must be signed in to change notification settings - Fork 645
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
$filter=IsLatestVersion and semVerLevel=2.0.0 yields no results #3905
Comments
Also affects
|
This may be a data related issue caused by #3908 yet to be deployed to DEV. |
There's something odd with this client query: It's filtering on Do you have an example package for which this is the case? |
The filter is applied on line 124 of the The OData filter is checking on
|
@xavierdecoster I noticed packages with both semver1 and semver2 in the name, so was querying based on that to test filtering. |
yep, working on it, need to apply an additional hijack when applying the OData filter |
Looks resolved to me in latest DEV deployment. Can you please confirm? @joelverhagen @chenriksson |
@xavierdecoster nuget list scenario works now; 4.3 client shows semver2 packages |
The client does the following query when using the Browse tab is VS:
This yields no results. I think perhaps its a bug with the introduction of
IsLatestSemVer2
andIsLatestStableSemVer2
.This results in an empty "browse" tab when using SemVer 2.0.0:
The text was updated successfully, but these errors were encountered: