I am having a problem when searching for files that include a letter that I don't need and clutter the results:
Examples: of files that include the R but it is not needed
Advanced Statistics with R and SPSS
Toolkit Python for NLP and R for APSS
Cluster Analysis with R for Behavioral Sciences
etc.
I am interested in titles that include everything but not the ones that include a single letter R (or r) in the file name like the examples above.
In the advanced search, in the field for none, I include "R", or "r" using match whole words, or capital letter or not, quotes or not.
Using R for linear regression.pdf
Biostat Correlation regress interp.pdf
Introduction to Multiple Regression interpretation.pdf
Correlation and regression interpretation R.pdf
How can avoid any filename that includes a letter "R" or similar, without removing any of the others?
Simple issue, remove files that include one particular singlle letter in filename / title.
Re: Simple issue, remove files that include one particular singlle letter in filename / title.
try search
Make sure that Search->Match Case doesn't selected
Code: Select all
!" r "|" r."
Re: Simple issue, remove files that include one particular singlle letter in filename / title.
Thanks for the answer! it didn't make it ... I don't know why. I attached a couple of screenshots
I hope you have another idea.
Best regards
I hope you have another idea.
Best regards
- Attachments
-
- Problem with single letter details - Linusd.jpg (299.68 KiB) Viewed 6144 times
-
- Problem with single letter linusdl - dialog box.jpg (829.97 KiB) Viewed 6144 times
Re: Simple issue, remove files that include one particular single letter in filename / title.
Hi have no idea what makes it so difficult to search for any 3 or 4 words in any file name and not one letter: I am searching among 7k files and I expect to get 300 valid files
This is an example of them.
1) Using R for linear regression.pdf
2) Biostat Correlation regression interp.pdf
3) Introduction to Multiple Regression interpretation.pdf
4) Correlation and regression interpretation R.pdf
5) Cluster Analysis with R for Behavioral Sciences.pdf
6) Python Toolkit for NLP and SPSS.pdf
I shouldn't get 1, 4, 5
I enter in the advanced search dialog box:
Any of these words: SPSS Logistic Regression
None of these words: !" r " !" r. "
Thanks for helping from ovg.
But this still didn't work.
Thanks!
This is an example of them.
1) Using R for linear regression.pdf
2) Biostat Correlation regression interp.pdf
3) Introduction to Multiple Regression interpretation.pdf
4) Correlation and regression interpretation R.pdf
5) Cluster Analysis with R for Behavioral Sciences.pdf
6) Python Toolkit for NLP and SPSS.pdf
I shouldn't get 1, 4, 5
I enter in the advanced search dialog box:
Any of these words: SPSS Logistic Regression
None of these words: !" r " !" r. "
Thanks for helping from ovg.
But this still didn't work.
Thanks!
Re: Simple issue, remove files that include one particular singlle letter in filename / title.
Don't use Advanced Search. Enter into search field
Instead g:\qqq enter your path as needed
What am I missing?
And there isn't space between and in
Code: Select all
!" r." !" r "
Instead g:\qqq enter your path as needed
What am I missing?
And there isn't space between
Code: Select all
.
Code: Select all
"
Code: Select all
!" r."
Re: Simple issue, remove files that include one particular singlle letter in filename / title.
Please try including the following in your main search box (not the advanced search box):
!ww:r
! = NOT
ww: = match whole words.
!ww:r
! = NOT
ww: = match whole words.