When searching for file contents using windows 7 search, as embedded in windows explorer :
If the file is textual but with extention name ".xml", search for contents that exists in the file, yield success for some of the words and yield no success for some of the others, however when filename extension is ".txt" then both yield success.
This is somewhat strange. Can anyone enlighten?
File contents example : <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Try thus to search for the word "configuration" and separately for "condition", when this contents is in .xml extention filename and when in .txt extention filename, not same results in both cases... Why ?