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
Search for part of filename and specific Fileextension
-
- Posts: 4
- Joined: Thu Oct 26, 2023 9:43 am
-
- Posts: 4
- Joined: Thu Oct 26, 2023 9:43 am
Re: Search for part of filename and specific Fileextension
Sorry, I am so silly.
"BaseCamp*.docx"
Sorry
"BaseCamp*.docx"
Sorry
Re: Search for part of filename and specific Fileextension
As an alternative:
Code: Select all
basecamp ext:docx
-
- Posts: 4
- Joined: Thu Oct 26, 2023 9:43 am
Re: Search for part of filename and specific Fileextension
Thanks very much, but
What means "CODE: SELECT ALL" ? I saw it in many forum entries ?
I have only one input line.
What means "CODE: SELECT ALL" ? I saw it in many forum entries ?
I have only one input line.
Re: Search for part of filename and specific Fileextension
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.
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.
-
- Posts: 4
- Joined: Thu Oct 26, 2023 9:43 am
Re: Search for part of filename and specific Fileextension
Thank you again, now I understand.
Georg
Georg