Windows search behaves strangely with #### B#
Solution 1:
I found a couple of fixes, but no explanation.
- Type
"1234 B2"
, and I do mean type the quotes. Orfile:1234 B2
(orfile:"1234 B2"
). -
Without quotes,
let’s say1234 B2
1234 A2
, since it works normally. When you type1234 A2
(without quotes), Windows Explorer seems to treat it asfilename contains “1234” AND filename contains “A2”
and so it finds, not only
1234 A2.txt
, but such files as1234 foo A2
andA2 1234
. A search forA2 1234
finds the same results.Now,
1234 B2
doesn’t find anything that I could throw at it (and I have no idea why). ButB2 1234
finds1234 B2
,1234 foo B2
andB2 1234
. So that will get the result you want (along with the others, if they happen to exist). Also, peculiarly,1234 AND B2
finds the same three patterns.