Differences
This shows you the differences between the selected revisions of the page.
2014-09-22 | 2014-09-22 | ||
concatenating constraints (martin) | constraint with space (martin) | ||
Line 41: | Line 41: | ||
To combine constraints, append one after another, without any separators (or use spaces). E.g. to select all ''.doc'' files created in 2013: ''%%*.doc>=2013-01-01<=2013-12-31%%''. | To combine constraints, append one after another, without any separators (or use spaces). E.g. to select all ''.doc'' files created in 2013: ''%%*.doc>=2013-01-01<=2013-12-31%%''. | ||
+ | |||
+ | Note that if your constraint contains spaces (particularly constraint with date and time), to use it in [[scripting]], you need to enclose whole mask to double-quotes. | ||
===== Combining Masks ===== | ===== Combining Masks ===== |