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

Misleading search results for search/install #1571

Closed
pablotheissen opened this issue Oct 11, 2021 · 3 comments
Closed

Misleading search results for search/install #1571

pablotheissen opened this issue Oct 11, 2021 · 3 comments
Labels
Resolution-Duplicate Issue is a duplicate
Milestone

Comments

@pablotheissen
Copy link

Brief description of your issue

Steps to reproduce

  1. Search for Sublime Text: winget search SublimeText
PS C:\Users\XXX> winget search SublimeText
Name           ID                      Version      Quelle
-----------------------------------------------------------
Sublime Text 4 SublimeHQ.SublimeText.4 4.0.0.411300 winget
Sublime Text 3 SublimeHQ.SublimeText.3 3.2.2        winget
  1. Try to install Sublime Text: winget install "SublimeHQ.SublimeText.4" and be confused by receiving two results
PS C:\Users\XXX> winget install "SublimeHQ.SublimeText.4"
Mehrere Pakete mit übereinstimmenden Eingabekriterien gefunden. Bitte verfeinern Sie die Eingabe.
Name                 ID                      Quelle
----------------------------------------------------
4 Guys with Quarters 9NGZXPGG8PK2            msstore
Sublime Text 4       SublimeHQ.SublimeText.4 winget
  1. Confirm your confusion be doing a second search: winget search "SublimeHQ.SublimeText.4"
PS C:\Users\XXX> winget search "SublimeHQ.SublimeText.4"
Name           ID                      Version      Quelle
-----------------------------------------------------------
Sublime Text 4 SublimeHQ.SublimeText.4 4.0.0.411300 winget

Expected behavior

  • There shouldn't be different search results for install and search
  • There shouldn't be obvious spam

Actual behavior

  • Search results for install and search differ, see outputs of the two commands above
  • There is obvious spam

Environment

[winget --info]
Windows Package Manager v1.1.12702

Windows: Windows.Desktop v10.0.22000.194
Paket: Microsoft.DesktopAppInstaller v1.16.12702.0

I managed to install the correct Sublime Text via install -e, but that doesn't seem intuitive to me in this case.

@ghost ghost added the Needs-Triage Issue need to be triaged label Oct 11, 2021
@jedieaston
Copy link
Contributor

jedieaston commented Oct 11, 2021

Duplicate of #1523 (there's also a couple other issues under this one with workarounds and explanations).

@denelon
Copy link
Contributor

denelon commented Oct 11, 2021

Duplicate of #1523

@denelon denelon marked this as a duplicate of #1523 Oct 11, 2021
@ghost
Copy link

ghost commented Oct 11, 2021

@pablotheissen 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.

@ghost ghost closed this as completed Oct 11, 2021
@ghost ghost added Resolution-Duplicate Issue is a duplicate and removed Needs-Triage Issue need to be triaged labels Oct 11, 2021
@denelon denelon added this to the v1.3-Client milestone Jun 21, 2022
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution-Duplicate Issue is a duplicate
Projects
None yet
Development

No branches or pull requests

3 participants