Everything treats spaces as the AND operator.walk index gives 58 hits, starting with these:
Backup of Walk Index.xlk
Walk Index - Copy.xlsm
Walk Index - CopyOK-20160901-0800.xlsm
Walk Index - CopyOK-20160901-0800.xlsm
Walk Index - UK to 3Mar2016.xls
Walk Index - UK to 3Mar2016.xls
Walk Index - UK to 3Mar2016.xls
Walk Index 20160831.xlsm
Walk Index 20160831.xlsm
Walk Index 20160831.xlsm.lnk
Walk Index 20160831.xlsm.lnk
Walk Index 20160901-0830.xlsm
Walk Index Foreign (Draft).xls
Walk Index Foreign (Draft).xls
Walk Index Foreign (Draft).xls
Walk Index still bad.xlsm.lnk
Walk Index UK + Stats.xls
.
etc
But walk index* gives none! Same with *walk index*.
Everything is trying to search for:
walk AND index*
You most likely do not have any filenames starting with index and containing walk, hence the zero results.
Please try searching for:
"walk index*"
-or
walk" "index*
Note the double quotes to escape the space.
-This will find filenames starting with: walk index
Normally, using wildcards will force Everything to match the whole filename.
Which is most likely what you want in your case.
If you would like to have wildcards match anywhere in the filename:
- In Everything, from the Tools menu, click Options.
- Click the Search tab on the left.
- Uncheck Match whole filename when using wildcards.
- Click OK.
startwith:"walk index"
regex:"^walk index"
Everything Syntax