-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Open
Feature
Copy link
Labels
Issue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.
Description
Relevant area(s)
WinGet CLI
Description of the new feature / enhancement
As of v1.12.350, Winget is (as far as I can tell) unable to support multiple terms in a single search, despite that general web search engines have been able to handle such for some 20 years now. So it shouldn't be impossible to have Winget support it too.
This would greatly help with more detailed searches. Someone searching for virtual machine programs, thinking of the "vm" shorthand and searching winget search vm would get around 130 results (many of them unrelated to virtual machines), while something like winget search "vm" "drive" would narrow it down faster.
Proposed technical implementation details
Make at least one of the following commands be able to find packages that match all terms (Micro + Soft is simply an example):
winget search "micro" "soft"winget search "micro"+"soft"winget search "micro""soft"winget -q micro -q softwinget search micro/soft
Metadata
Metadata
Assignees
Labels
Issue-FeatureThis is a feature request for the Windows Package Manager client.This is a feature request for the Windows Package Manager client.