I want to search for a file with the exact string "02-02-002" in it's filename, the actual filename is "02-02-002 rev-C.doc"
This Super User question suggest that for Windows 10 the following should work:
name:02-02-002
However that returns many results that don't contain that name:

I tried the exact match syntax with a wildcard but that yielded no results:
name:=02-02-002*
