Windows Explorer search command with exact file name match
How to filter the result to the single result item only, not "any" similar items.
Using Windows Explorer Search syntax
Sample file name: config.config
Search string in Windows Explorer: name:config ext:config
Wanted: one single item in result like the syntax is working with "add" instead of "or" methode.
Solution 1:
You can use the name:= filter for this, like so:
name:=Foo.bar
Note the equals character, this will give you an exact match.