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.
-
Linusdl
- Posts: 3
- Joined: Fri Apr 17, 2020 2:46 pm
-
ovg
- Posts: 295
- Joined: Thu Oct 27, 2016 7:19 pm
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."-
Linusdl
- Posts: 3
- Joined: Fri Apr 17, 2020 2:46 pm
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
You do not have the required permissions to view the files attached to this post.
-
ovg
- Posts: 295
- Joined: Thu Oct 27, 2016 7:19 pm
Re: Simple issue, remove files that include one particular singlle letter in filename / title.
Sorry, my bad.
You do not have the required permissions to view the files attached to this post.
-
Linusdl
- Posts: 3
- Joined: Fri Apr 17, 2020 2:46 pm
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!
-
ovg
- Posts: 295
- Joined: Thu Oct 27, 2016 7:19 pm
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."You do not have the required permissions to view the files attached to this post.
-
void
- Developer
- Posts: 19904
- Joined: Fri Oct 16, 2009 11:31 pm
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.