I am only interested in the files but not in the folder names in the search results.
I only index filetypes like url, exe, lnk as defined in the options under Indexes -> Exclude -> "include only files:".
I tried to filter out folder names by adding a filter under "Exclude Folders" and entered the regex ^[^.]+$, but it didn't do the job. I still have folders in the results.
I there any way to filter out all folder names from the results?
For me it's not an option to do do so by entering Something like *foo*.lnk in the searchbox.
Filter all folder names
Re: Filter all folder names
There may be an even easier method for this. I prefer using filters
1.Search->Organize Filters
2.Click New, name anything (I used OnlyFiles), in search field file:
3.Tools->Options->Home->Choose the newly created filter under Filters
4. Hereafter only files will be listed
(Or even simpler, just add file: in each query (if possible))
1.Search->Organize Filters
2.Click New, name anything (I used OnlyFiles), in search field file:
3.Tools->Options->Home->Choose the newly created filter under Filters
4. Hereafter only files will be listed
(Or even simpler, just add file: in each query (if possible))
-
- Posts: 23
- Joined: Mon Oct 16, 2017 10:33 am
Re: Filter all folder names
Thank you very much.
Well this *would* work. But for some reason Wox (the launcher I use) does not respect this filter as Wox uses some sdk api to talk to the everything service.
Any other possibility? I think the approach shoud be not to have the folder names in the index.
Wox:
https://github.com/Wox-launcher/Wox
Well this *would* work. But for some reason Wox (the launcher I use) does not respect this filter as Wox uses some sdk api to talk to the everything service.
Any other possibility? I think the approach shoud be not to have the folder names in the index.
Wox:
https://github.com/Wox-launcher/Wox
Re: Filter all folder names
Just now installed Wox and tried it. I may be wrong, but I guess its using its own everything db and/or ignoring the settings given in my regular Everything.
In my Everything, i excluded all folders/files in C:\Windows except for files inside C:\Windows\Fonts.
On searching C:\Windows\ in Everything window, it lists only TTF files (which is what indexed),
but in Wox, it lists all the files inside C:\Windows\
So, everything Plugin of Wox is ignoring some/all filters and exclude lists
In my Everything, i excluded all folders/files in C:\Windows except for files inside C:\Windows\Fonts.
On searching C:\Windows\ in Everything window, it lists only TTF files (which is what indexed),
but in Wox, it lists all the files inside C:\Windows\
So, everything Plugin of Wox is ignoring some/all filters and exclude lists
Re: Filter all folder names
Unfortunately, that's not possible in Everything. It needs those folders to "build the path" to the location of the file. If you don't index the foldername, all it's files and sub-folders can't be indexed too.donotbugme wrote: ↑Tue Feb 26, 2019 3:56 pm Well this *would* work. But for some reason Wox (the launcher I use) does not respect this filter as Wox uses some sdk api to talk to the everything service.
Any other possibility? I think the approach shoud be not to have the folder names in the index.
Your best bet is to contact the developer(s) of Wox and ask them to implement such an option. In the past I tested quite a few Launchers ( Wox, Launchy, Listary, ...) and one of them - maybe even Wox - had a feature that when you start your search with a space (for example: " everything" would cause it to search just the files, without folders.
I think Wox has it's own routine - apart from Everything - to index some "usual suspects folders", like Windows, startmenu(s) and program files".
-
- Posts: 23
- Joined: Mon Oct 16, 2017 10:33 am
Re: Filter all folder names
Thank you. Yes, then we have to change the Wox behavior. The trick with the space is not working in Wox for now, but would be a great feature.