Search for part of filename and specific Fileextension

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
ZlipWgHtyr
Posts: 4
Joined: Thu Oct 26, 2023 9:43 am

Search for part of filename and specific Fileextension

Post by ZlipWgHtyr »

I looked in 'help', and some samples, but I was not successfull.
Please how do I specify a 'Search' for: e.g. : (Part of filename) "BaseCamp" , but only the fileextension ".docx ??
Thanks for Help
Georg
ZlipWgHtyr
Posts: 4
Joined: Thu Oct 26, 2023 9:43 am

Re: Search for part of filename and specific Fileextension

Post by ZlipWgHtyr »

Sorry, I am so silly.

"BaseCamp*.docx"

Sorry
NotNull
Posts: 5260
Joined: Wed May 24, 2017 9:22 pm

Re: Search for part of filename and specific Fileextension

Post by NotNull »

:thumbsup:

As an alternative:

Code: Select all

basecamp   ext:docx
Searches for files with "basecamp" anywhere in their name, with the extension docx
ZlipWgHtyr
Posts: 4
Joined: Thu Oct 26, 2023 9:43 am

Re: Search for part of filename and specific Fileextension

Post by ZlipWgHtyr »

Thanks very much, but
What means "CODE: SELECT ALL" ? I saw it in many forum entries ?
I have only one input line.
NotNull
Posts: 5260
Joined: Wed May 24, 2017 9:22 pm

Re: Search for part of filename and specific Fileextension

Post by NotNull »

CODE: means that the following line(s) contain code and will be formatted as such (each character has the same width).

SELECT ALL : If you press/click that "button", all code below will be selected. Pressing 'CTRL + C' will put it on the clipboard, so you can paste it in Everything's search bar.


Alternatively, you can also type the text basecamp ext:docx in Everything's search bar.
ZlipWgHtyr
Posts: 4
Joined: Thu Oct 26, 2023 9:43 am

Re: Search for part of filename and specific Fileextension

Post by ZlipWgHtyr »

Thank you again, now I understand.
Georg
Post Reply