-
Type:
Improvement
-
Status: Done
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 6.13.0
-
Component/s: None
-
Labels:None
Currently, Artifactory does not support filtering by the "Authors" property in the "Packages()" NuGet query.
Artifactory supports filtering with all other properties for this query except this one.
This filter only succeeds on remote NuGet repositories, on local and virtual it fails with 500 error.
Example:
This returns the following error:
{
"errors" : [
{ "status" : 500, "message" : "java.lang.IllegalArgumentException: No getter found for propertyName Authors" }]
}