Removing items from results list?
-
- Posts: 5
- Joined: Mon Sep 23, 2013 4:50 am
Removing items from results list?
Is there a way to dismiss (or hide) items in the results for the remainder of a search action? Sometimes when evaluating a long results list you wish to narrow it down by removing items you've already dealt with. Something like pressing the delete key, only the "deleted" item wouldn't actually be erased from the disk, just removed from view for the duration of this search.
Re: Removing items from results list?
You could "NOT" them.
So if you've sorted files by size & are looking through the list, but then realized you don't need to see video files, you can "not" them.
Add, to your search.
And then if you realize you don't need to see mp3's either.
Add, to your search.
Don't want to see anything withing "Windows".
Add, to your search.
(I actually have that just now in one of my Everything widows,.)
So if you've sorted files by size & are looking through the list, but then realized you don't need to see video files, you can "not" them.
Add,
!video:
And then if you realize you don't need to see mp3's either.
Add,
!ext:mp3:
Don't want to see anything withing "Windows".
Add,
!c:\windows
(I actually have that just now in one of my Everything widows,
sizedupe: !\windows
-
- Posts: 5
- Joined: Mon Sep 23, 2013 4:50 am
Re: Removing items from results list?
Yes, I use the "not" operator all the time to exclude entire classes of files from a search. My question is how to go about hiding individual items you've already looked at, without dismissing every file like it all at once.
Re: Removing items from results list?
I'm working on a temporarily exclude option.
For now, if you copy the selected results to the clipboard and paste them in the search box, you see a pasted filelist:"filename1|filename2|filename3|..." list, if you prefix this list with ! so it becomes:
!filelist:"filename1|filename2|filename3|..." it will temporarily exclude these files.
For now, if you copy the selected results to the clipboard and paste them in the search box, you see a pasted filelist:"filename1|filename2|filename3|..." list, if you prefix this list with ! so it becomes:
!filelist:"filename1|filename2|filename3|..." it will temporarily exclude these files.
-
- Posts: 5
- Joined: Mon Sep 23, 2013 4:50 am
Re: Removing items from results list?
Interesting workaround. Might make for some long strings in the search box, though. Thanks!
Re: Removing items from results list?
Yes, the search box is limited to 2 billion characters.
There is a limit of 4096 visible characters, if you have more than 4096 characters the search box will still work, it will just not render correctly.
I have on my TODO list to display filelist:filename1;filename2;"filename3";... as filelist:...
If you click on the ... it will open a "file list editor" which will show all the file names in a list and allow you to manipulate this list.
There is a limit of 4096 visible characters, if you have more than 4096 characters the search box will still work, it will just not render correctly.
I have on my TODO list to display filelist:filename1;filename2;"filename3";... as filelist:...
If you click on the ... it will open a "file list editor" which will show all the file names in a list and allow you to manipulate this list.