The current __Get-Package__ Console Command only allows very broad filtering. and may bring back too many results when searching.
ie. if I want to find all supported versions of JQuery I would enter the following ...
__Get-Package -ListAvailable -Filter jQuery -AllVersions__
but this would return far to many rows to be usefull.
I Suggest a new parameter -Id to be used as follows
__Get-Package -ListAvailable -id jQuery -AllVersions__
this would then return only the the versions for JQuery.
Comments: Making Find-Package public might help too.
ie. if I want to find all supported versions of JQuery I would enter the following ...
__Get-Package -ListAvailable -Filter jQuery -AllVersions__
but this would return far to many rows to be usefull.
I Suggest a new parameter -Id to be used as follows
__Get-Package -ListAvailable -id jQuery -AllVersions__
this would then return only the the versions for JQuery.
Comments: Making Find-Package public might help too.