Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

winget search -name """" truncates package ID #2729

Closed
andrew-s-taylor opened this issue Nov 30, 2022 · 5 comments
Closed

winget search -name """" truncates package ID #2729

andrew-s-taylor opened this issue Nov 30, 2022 · 5 comments
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Resolution-Duplicate Issue is a duplicate
Milestone

Comments

@andrew-s-taylor
Copy link

Brief description of your issue

When listing all Winget packages using winget --name """" (I use it to grid-view output), it truncates the ID on long packages and adds random special characters instead

Steps to reproduce

In Powershell:
&winget search --name """" | out-gridview

Filter for "Process" and Process Explorer and Process Monitor are both truncated

Expected behavior

It should display the full ID which works when searching by name

Actual behavior

It displays truncated IDs

Environment

Windows Package Manager v1.3.2691
Copyright (c) Microsoft Corporation. All rights reserved.

Windows: Windows.Desktop v10.0.22000.1219
System Architecture: X64
Package: Microsoft.DesktopAppInstaller v1.18.2691.0
@ghost ghost added the Needs-Triage Issue need to be triaged label Nov 30, 2022
@stephengillie
Copy link

@denelon
Copy link
Contributor

denelon commented Dec 1, 2022

@andrew-s-taylor the output is truncated to fit the terminal width in the CLI. We've got PowerShell modules and cmdlets coming out in the next release which don't truncate the output.

@denelon denelon added Issue-Bug It either shouldn't be doing this or needs an investigation. and removed Needs-Triage Issue need to be triaged labels Dec 1, 2022
@ppvnf
Copy link

ppvnf commented Dec 1, 2022

Maybe duplicate of #2603

@denelon
Copy link
Contributor

denelon commented Dec 1, 2022

Duplicate of #2603

@denelon denelon marked this as a duplicate of #2603 Dec 1, 2022
@ghost
Copy link

ghost commented Dec 1, 2022

@andrew-s-taylor we've identified this Issue as a duplicate of another one that already exists. This specific instance is being closed in favor of tracking the concern over on the referenced Issue. Thanks for your report! Be sure to add your 👍 to the other issue to help raise the priority.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug It either shouldn't be doing this or needs an investigation. Resolution-Duplicate Issue is a duplicate
Projects
None yet
Development

No branches or pull requests

4 participants