## Before submitting the issue - [x] **I have checked that the requested feature is not a duplicate or, if it is, it needs to be reopened** - [x] **I have checked that I am running the latest version of WingetUI** - [x] **I have checked the [FAQ](https://github.com/martinet101/WingetUI#faq) section** - [x] **I have read the [contributing guidelines](https://github.com/marticliment/WingetUI/blob/main/CONTRIBUTING.md#feature-requests) and I agree with the [Code of Conduct](https://github.com/marticliment/WingetUI/blob/main/CODE_OF_CONDUCT.md)** ## Is your feature request related to a problem? Please describe. Add the ability to find winget packets by their Moniker names. Docs: https://github.com/microsoft/winget-pkgs/blob/master/doc/manifest/schema/1.4.0/defaultLocale.md Example: https://github.com/microsoft/winget-pkgs/blob/master/manifests/w/Wagnardsoft/DisplayDriverUninstaller/18.0.6.0/Wagnardsoft.DisplayDriverUninstaller.locale.en-US.yaml#L13 ## Describe the solution you'd like Parse `moniker` parameter if present and use if during search.
Before submitting the issue
Is your feature request related to a problem? Please describe.
Add the ability to find winget packets by their Moniker names.
Docs: https://github.com/microsoft/winget-pkgs/blob/master/doc/manifest/schema/1.4.0/defaultLocale.md
Example: https://github.com/microsoft/winget-pkgs/blob/master/manifests/w/Wagnardsoft/DisplayDriverUninstaller/18.0.6.0/Wagnardsoft.DisplayDriverUninstaller.locale.en-US.yaml#L13
Describe the solution you'd like
Parse
monikerparameter if present and use if during search.