Group syntax

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Intacto
Posts: 1
Joined: Sun Oct 01, 2017 7:23 am

Group syntax

Post by Intacto »

Sorry for my english.I'm translating it.

Task:

Find image names starting with DSC, DSCN, IMG, IMG_, KEM, P, SAM_, WP _, _ EM, _MG

Problem:

Сreate a search query is correct.
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: Group syntax

Post by therube »

startwith:DSC | startwith:DSCN | startwith:IMG | startwith:IMG_ | startwith:KEM | startwith:P | startwith:SAM_ | startwith:WP_ | startwith:_EM | startwith:_MG


Now that assumes that, Options | Search -> Operator precedence: is set to (AND > OR).
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: Group syntax

Post by therube »

startwith:IMG | startwith:IMG_
You wouldn't need the second (IMG_).
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: Group syntax

Post by NotNull »

More of the same:

Code: Select all

DSC* | IMG* | KEM* | P* | SAM_* | WP_* | _EM* | _MG*
Use the Picture Filter (Menu:Search > Picture) to limit the search to ,well, just pictures.
Post Reply