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

Possible to modify search to ignore file extensions, and default to an exact match if possible? #14

Open
torevor opened this issue Feb 15, 2018 · 4 comments

Comments

@torevor
Copy link

torevor commented Feb 15, 2018

Hope I'm in the right place (is this the "official" fork of classic shell?)......when I do a "START cmd ENTER" I am wanting to open a command prompt. However, due to the way this works on classic shell, the selected file will typically either be some batch file (due to the .cmd extension) or sometimes a different shortcut like "GIT cmd".

I think better logic would be (and I don't think this should mess up anything for others?):

a) ignore file extensions
b) if there is an exact match (in this case cmd.exe), choose that as the default selected file

@coddec
Copy link
Owner

coddec commented Feb 16, 2018

Aha! Here we go! @XenHat @ge0rdi

@torevor As you might know, this project needs a new name, afterwards it should be under re-branding procedure. #13

I have been in the same situation too haha.
It's probably good to have a or two check box to toggle exact match or partial match and search file extension or not.
Cause once we make the changes upon a) and b) I bet, someone will show up and say, I want search partially and including file extensions 😃
Just some personal ideas.

@Doofitator
Copy link

I have had the same problem. As a temporary workaround, I use the windows start menu, which I've assigned to LShift+win.
I hit that combo, then type CMD, bash, PING, etc. and hit enter. Would be nice to not require this workaround

@coddec
Copy link
Owner

coddec commented May 5, 2018

Future issue submission: https://github.com/passionate-coder/Classic-Start/issues
Any future development will be made at the above address.

@bonzibudd
Copy link

bonzibudd commented Oct 19, 2020

I believe this issue is related to this new one: Hide/de-prioritize system apps from search results (Windows 7 search behaviour) #463

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants