
However the file is there when I browse the folder manually (see print screen below)

Now when searching:
"Hosts"
"Hosts File"
"Hosts File and"
I have a positive return (as it should), however nothing appears when I enter the file's full name.


Code: Select all
v5.50.0007 - 2007-01-05 11:18
+ Find Files: added "Loose Boolean Match" (LBM) as default behavior
for search patterns consisting of two or more strings separated by
blanks and not containing any wildcards.
For example, "work 2006" (without the quotes) will find all items
that have "work" and "2006" somewhere in their name (regardless of
the order). In other words, "work 2006" is internally-smartly-
automatically-conveniently transmutated into the Boolean
expression "*work* AND *2006*" (in XY syntax = ":work & 2006").
Tips:
- To avoid LBM and find all items containing "work 2006" somewhere
in their name enclose it in asterisks: "*work 2006*".
- To avoid LBM and find all items matching "work 2006" exactly put
it in quotes (a leading quote is enough).
- Note that LBM can be inverted by "!", and it does work from the
Address Bar as well, for example:
Desktop?a b c Find all items that contain the characters
a, b, and c in their name.
Desktop?!a b c Find all items that do not contain all the
characters a, b, and c in their name (but
only some or none of them).The bug fix comes with the upload of the next BETA-version. You can get it here in the forum "BETA versions" (first forum from top).admsupport wrote:General question about "Bug fix":
Where is the info about a bug fix (in this thread?) and how do we implement it in XY (patch, update?)
About file name:
all the files names with a "and" (=+*) okay![]()
what about those with a "&" and "+" characters in the name? Do they conflict with the LMB behavior too?
Did you try the latest BETA? It should work now. Bug fixed.admsupport wrote:Thanks for the info