I have folder called sn. Under it I have files and folders with their name including X, Y, Z. Some includes X and Y in their name or some only with X or Y but under that folders with X and Y there again folder names with X and Y. Actually the situation is very easy.
X sn | Y sn | Z sn gives a different result than sn X | Y sn | Z sn. This seems strange to me. Would you please explain it? But we know that order of parameters are no important in everything. So both should have given the result " all folders under sn (because X, Y and Z under sn) X, Y, Z.
What is wrong?
Thank you.
order of parameters and OR symbol.
Re: order of parameters and OR symbol.
Please try with <>
<X sn> | <Y sn> | <Z sn>
Look also at:
Options > Search > Operator precedence:
(space is AND, | is OR)
<X sn> | <Y sn> | <Z sn>
Look also at:
Options > Search > Operator precedence:
(space is AND, | is OR)
Re: order of parameters and OR symbol.
I checked the operator precedence and see that there are two options. I don't know how these options take effect? Would you please explain these options? I will also try to understand them by changing them so that I could have an idea by the differences. Meanwhile is there any document or link other than FAQ which explains some options? And we also forgot to mention "match case" option. When I did that search "match case" was enabled. I always enable "match case".
Thank you.
Thank you.
Re: order of parameters and OR symbol.
123 456|789I don't know how these options take effect? Would you please explain these options?
123 AND 456 OR 789
can be interpreted as:
<123 AND 456> OR <789>
or
<123> AND <456 OR 789>
Look atMeanwhile is there any document or link other than FAQ which explains some options?
http://www.voidtools.com/support/everything/
and you can also
Search this forum by the search box at top of this page.
Look at stauts bar, for "match case" indicator.I always enable "match case".
Also, if you want "match case" to be enabled always, you should edit HOME tab in Options:
Menu: Tools > Options > Home