Proposal: Add space as a searchable character

Have a suggestion for "Everything"? Please post it here.
Post Reply
Poul_Bundgaard
Posts: 2
Joined: Sat Dec 25, 2021 10:49 am

Proposal: Add space as a searchable character

Post by Poul_Bundgaard »

When searching through files it would sometimes be beneficial if the charcter "space" (ASCII decimal 32) was added as a character which could be included in a search. Is this possible?
void
Developer
Posts: 15510
Joined: Fri Oct 16, 2009 11:31 pm

Re: Proposal: Add space as a searchable character

Post by void »

Please escape spaces with double quotes.

For example:
"c:\Program Files"


without double quotes, Everything will treat spaces as the AND operator, eg:
c:\program files == c:\program AND files


Ctrl + Alt + Space will add a literal space in the next major version of Everything.
For example:
c:\program<ctrl+alt+space>files
Poul_Bundgaard
Posts: 2
Joined: Sat Dec 25, 2021 10:49 am

Re: Proposal: Add space as a searchable character

Post by Poul_Bundgaard »

Okay, that solves the issue.
Thanks for the feedback, and thanks for a great program.
Post Reply