dm:today *.doc |dm:today *.jpg |dm:today *.ini

Found a bug in "Everything"? report it here
Post Reply
Marti-Every
Posts: 27
Joined: Thu Aug 01, 2013 4:54 pm

dm:today *.doc |dm:today *.jpg |dm:today *.ini

Post by Marti-Every »

The search string
dm:today *.doc |dm:today *.jpg |dm:today *.ini
only shows the last search options, here all *.ini from today. :?:

But I want to see all " *.doc, *. jpg, *.ini" files of today. Because I have saved this as a bookmark I am sure it has been working with an older version of everything.

Any suggestions for an search string ?

Thanks, Marti
froggie
Posts: 297
Joined: Wed Jun 12, 2013 10:43 pm

Re: dm:today *.doc |dm:today *.jpg |dm:today *.ini

Post by froggie »

Code: Select all

dm:today *.doc | *.jpg | *.ini
salazor
Posts: 258
Joined: Tue Jun 17, 2014 10:52 am

Re: dm:today *.doc |dm:today *.jpg |dm:today *.ini

Post by salazor »

Use this:

Code: Select all

dm:today *.doc|*.jpg|*.ini
OR

Code: Select all

dm:today ext:doc;jpg;ini
Both works.
therube
Posts: 4605
Joined: Thu Sep 03, 2009 6:48 pm

Re: dm:today *.doc |dm:today *.jpg |dm:today *.ini

Post by therube »

Beginning with Everything 1.4b, by default, OR takes precedence over AND.
(To me that is wrong, or at least I haven't found a reason to want it that way.)

You can change that: Tools | Options | General -> Search => Operator precedence:
Marti-Every
Posts: 27
Joined: Thu Aug 01, 2013 4:54 pm

Re: dm:today *.doc |dm:today *.jpg |dm:today *.ini

Post by Marti-Every »

Thanks all for the fast and good replys :D
Post Reply