You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to find WinGet packages from the msstore source by id fails every time unless --exact is passed along with it. This does not occur for winget sourced packages.
Steps to reproduce
winget search --id 9N0DX20HK701
...observe no package found.
winget search --id 9N0DX20HK701 -exact
...observe package is found.
Expected behavior
C:\Users\mjr40\Repos\PSAppDeployToolkit\src>winget search --id 9N0DX20HK701
Name Id Version Source
----------------------------------------------
Windows Terminal 9N0DX20HK701 Unknown msstore
C:\Users\mjr40\Repos\PSAppDeployToolkit\src>winget search --id 9N0DX20HK701 --exact
Name Id Version Source
----------------------------------------------
Windows Terminal 9N0DX20HK701 Unknown msstore
Actual behavior
C:\Users\mjr40\Repos\PSAppDeployToolkit\src>winget search --id 9N0DX20HK701
No package found matching input criteria.
C:\Users\mjr40\Repos\PSAppDeployToolkit\src>winget search --id 9N0DX20HK701 --exact
Name Id Version Source
----------------------------------------------
Windows Terminal 9N0DX20HK701 Unknown msstore
Environment
Windows Package Manager v1.9.25200
Copyright (c) Microsoft Corporation. All rights reserved.
Windows: Windows.Desktop v10.0.26100.2605
System Architecture: Arm64
Package: Microsoft.DesktopAppInstaller v1.24.25200.0
Winget Directories
-------------------------------------------------------------------------------------------------------------------------------
Logs %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\DiagOutputDir
User Settings %LOCALAPPDATA%\Packages\Microsoft.DesktopAppInstaller_8wekyb3d8bbwe\LocalState\settings.json
Portable Links Directory (User) %LOCALAPPDATA%\Microsoft\WinGet\Links
Portable Links Directory (Machine) C:\Program Files\WinGet\Links
Portable Package Root (User) %LOCALAPPDATA%\Microsoft\WinGet\Packages
Portable Package Root C:\Program Files\WinGet\Packages
Portable Package Root (x86) C:\Program Files (x86)\WinGet\Packages
Installer Downloads C:\Mac\Home\Downloads
Links
---------------------------------------------------------------------------
Privacy Statement https://aka.ms/winget-privacy
License Agreement https://aka.ms/winget-license
Third Party Notices https://aka.ms/winget-3rdPartyNotice
Homepage https://aka.ms/winget
Windows Store Terms https://www.microsoft.com/en-us/storedocs/terms-of-sale
Admin Setting State
--------------------------------------------------
LocalManifestFiles Disabled
BypassCertificatePinningForMicrosoftStore Disabled
InstallerHashOverride Disabled
LocalArchiveMalwareScanOverride Disabled
ProxyCommandLineOptions Disabled
DefaultProxy Disabled
The text was updated successfully, but these errors were encountered:
Brief description of your issue
Attempting to find WinGet packages from the msstore source by id fails every time unless
--exact
is passed along with it. This does not occur for winget sourced packages.Steps to reproduce
winget search --id 9N0DX20HK701
winget search --id 9N0DX20HK701 -exact
Expected behavior
Actual behavior
Environment
The text was updated successfully, but these errors were encountered: