Hello Forum,
This is probably a simple question, but I didn't find an answer in the forum when I searched for it:
I'd like to search for all images that have "pg" in the file name, regardless of the extension.
With standard search and advanced search, Everything finds all JPG files, because the file extension is included in the search. Hence, how can I exclude the file extension from the search?
Exclude file extension from getting matched?
Re: Exclude file extension from getting matched?
For example
!ext:jpg pg
!ext:jpg pg
Re: Exclude file extension from getting matched?
Thank you gentlemen.
Can I search for and only whole words at the same time?
In any case, this works:
Oops, but doesn't find, or does it?
Can I search for
stem
In any case, this works:
ww:pg !ext:jpg
Oops, but doesn't find
ImagePG123.jpg
Re: Exclude file extension from getting matched?
stem:pg pic:
find "pg" in the name-part, where the extension-part is of a (defined as a) pic: (picture) filetype.
Re: Exclude file extension from getting matched?
Okay! What about whole words and upper/lower case? For example, if I'd like to find only in uppercase and as a whole word?
PG
Re: Exclude file extension from getting matched?
Use the whole-word: searchh-modifier or one of its aliases
whole-word:
EDIT: missed the uppercase part.
ww:stem:pg
whole-word:
EDIT: missed the uppercase part.
case:ww:stem:PG
Re: Exclude file extension from getting matched?
Whoa awesome, thanks