I would like to create a URL link to our proget nuget repository but filtering by some name pattern. Is this possible?
All I have are the feeds and packages link. Inside the feeds page I can manually filter by name, but I don't get a customized URL I could use externally, just the same URL with the filtered packages.
The rationale behind this is: I have a custom web site with different assets and each asset has a few nugets, all of them start with the same name (e.g.: 'MyCompany.NiceAsset.* ). For each asset I would like to provide a link to the user to the proget website which shows only the nugets for that asset (e.g.: filtering the nugets by 'MyCompany.NiceAsset' name pattern).
Thanks.