thilojaeggi / WinGetty

An open source REST Backend for creating a private WinGet Repo without having to rely on cloud dependencies.
https://wingetty.dev
GNU Affero General Public License v3.0
168 stars 15 forks source link

winget search retrieves all packages, not just the matches #48

Open rbrannath opened 3 months ago

rbrannath commented 3 months ago

Describe the bug When executing winget search <packagename> all listed packages are listed not only those which match by the name.

To Reproduce Steps to reproduce the behavior:

  1. Have multiple packages in WinGetty
  2. Execute winget search with the exact package name
  3. Retrieves all packages instead

Expected behavior winget search <packagename> retrieves only those packages which matches with the queried package name.

General Information: