Open carlosthe19916 opened 1 day ago
- I am currently using
q=type=maven|rpm|npm|oci
and it works! So I guess there is nothing to do on that.
Yay!
- I was not able to make it work with
q=arch=x86_64|aarch64|ppc64le|s390x|noarch
so would you advice me how to filter by Architecture?
Boo! I'll investigate.
This is how it looks V1 Package List page:
/api/v1/purl
for populating the table in the UI.There are 2 main filters I need to implement in V2.
q=type=maven|rpm|npm|oci
and it works! So I guess there is nothing to do on that.q=arch=x86_64|aarch64|ppc64le|s390x|noarch
so would you advice me how to filter by Architecture?