Filenames with blanks
Filenames with blanks
I am having trouble finding files with an internal blank (or blanks). Here are two screenshots, illustrating that Everything finds examples of a search for "colinas" but if I change to "las colinas", nada. Probably something trivial but I couldn't determine the problem. I've tried all permutations of capitalizations and inclusion/exclusion of the asterisk. Attached are two screenshots of successive searches.
- Attachments
-
- colinas_2.jpg (41.75 KiB) Viewed 2112 times
-
- colinas_1.jpg (130.14 KiB) Viewed 2112 times
Re: Filenames with blanks
You likely have Match whole filename when using wildcards enabled.
(Menu:Tools > Options > General > Search)
That causes your colinas* to search for filemnames that start with colinas, followed by anything (or nothing)
A couple of options:
You can also uncheck Match whole filename when using wildcards
See also: Everything Search Syntax
(Menu:Tools > Options > General > Search)
That causes your colinas* to search for filemnames that start with colinas, followed by anything (or nothing)
A couple of options:
Code: Select all
las colinas
"las colinas"
las*colinas*
las?colinas*
startwith:"las colinas"
See also: Everything Search Syntax
Re: Filenames with blanks
Please escape spaces with double quotes ("):
"las colinas*"
"las colinas*"