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

Power Toys Run can't find apps with symbols in names #3330

Closed
michael-hawker opened this issue May 20, 2020 · 6 comments
Closed

Power Toys Run can't find apps with symbols in names #3330

michael-hawker opened this issue May 20, 2020 · 6 comments
Assignees
Labels
Priority-0 Bugs that we consider release-blocking/recall-class (P0) Product-PowerToys Run Improved app launch PT Run (Win+R) Window Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release.
Milestone

Comments

@michael-hawker
Copy link
Contributor

#Environment

Windows build number: 2004
PowerToys version: v0.18
PowerToy module for which you are reporting the bug (if applicable): PowerToys Run

Steps to reproduce

I have an app with a [ in its name:

image

Searching for [Debug doesn't bring it up:

image

Expected behavior

Able to find app.

Actual behavior

Not found.

@saahmedm saahmedm added the Product-PowerToys Run Improved app launch PT Run (Win+R) Window label May 20, 2020
@crutkas crutkas added this to the v1.0 Release milestone May 20, 2020
@crutkas
Copy link
Member

crutkas commented May 20, 2020

from #3346,

I am pretty sure there is an error with search result with stings which are just after "-" symbol...

Let's say i have a file:

abc_123-def_456.mp3

@jyuwono jyuwono added the Priority-0 Bugs that we consider release-blocking/recall-class (P0) label May 29, 2020
@dsrivastavv dsrivastavv self-assigned this Jun 5, 2020
@dsrivastavv
Copy link
Contributor

dsrivastavv commented Jun 9, 2020

@crutkas This and #3346 are different issues. This issue is related to the Program plugin. [Debug query could not find the app because UWP apps that are in development mode are neglected. You can find the corresponding code here.

The issue in #3346 is related to the indexer.

@dsrivastavv dsrivastavv added the Status-In progress This issue or work-item is under development label Jun 9, 2020
@crutkas
Copy link
Member

crutkas commented Jun 9, 2020

Sorry saw symbols and jumped to conclusions

@michael-hawker
Copy link
Contributor Author

I guess it double hurts my chances as a developer if all my development packages are excluded from search 😋

@crutkas
Copy link
Member

crutkas commented Jun 9, 2020

@michael-hawker, see PR #4217 :)

@dsrivastavv dsrivastavv added Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release. and removed Status-In progress This issue or work-item is under development labels Jun 12, 2020
@crutkas
Copy link
Member

crutkas commented Jun 30, 2020

Fixed in 0.19.0, please visit https://github.com/microsoft/PowerToys/releases/ for the latest release

@crutkas crutkas closed this as completed Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority-0 Bugs that we consider release-blocking/recall-class (P0) Product-PowerToys Run Improved app launch PT Run (Win+R) Window Resolution-Fix Committed Fix is checked in, but it might be 3-4 weeks until a release.
Projects
None yet
Development

No branches or pull requests

6 participants