chocolatey / choco

Chocolatey - the package manager for Windows
https://chocolatey.org
Other
10.05k stars 890 forks source link

Allow use of multiple search command filters #3361

Open davidem00 opened 7 months ago

davidem00 commented 7 months ago

Checklist

Is Your Feature Request Related To A Problem? Please describe.

the choco 'find' command is unable to operate on combinations of different types of search terms, specifically combining tag: and regular term searches.

e.g., against the Community Repository, a search (executed via the website or command line) of "code tag:ide" returns zero results, while there are individual packages that match both "tag:ide" and "code" separately, namely the vscode package.

Describe The Solution. Why is it needed?

allow combinations and exclusion search terms (by pretending '-' to a term for exclusions)

Additional Context

No response

Related Issues

No response