If we can't see the result of the search doesn't that make it kind of pointless?
I'm searching for folders that have a lot of files. I seem to be able to return them but have no way of knowing if they're accurate or how many a folder actually has. You should give a column for the result of all search values. You also should ensure that the search types are set to return folders because it should never return files because we're talking about child items.
Folders with this many subfolder's and files
-
- Posts: 15
- Joined: Wed Apr 15, 2015 4:10 am
Re: Folders with this many subfolder's and files
Using a search with "Folder: your_other_search_options" returns only folders.CityguyUSA wrote: ↑Tue Sep 24, 2024 6:39 pm If we can't see the result of the search doesn't that make it kind of pointless?
I'm searching for folders that have a lot of files. I seem to be able to return them but have no way of knowing if they're accurate or how many a folder actually has. You should give a column for the result of all search values. You also should ensure that the search types are set to return folders because it should never return files because we're talking about child items.
Also, you can create custom columns as part of your search.
Re: Folders with this many subfolder's and files
Please provide your search.
I assume you are using child: ? Maybe childcount:? childfilecount: ?
Everything 1.5 will have support for the following optional columns:
Child Occurrence Count
Child Count
Child File Count
Descendant File Count
and more.
I assume you are using child: ? Maybe childcount:? childfilecount: ?
Everything 1.5 will have support for the following optional columns:
Child Occurrence Count
Child Count
Child File Count
Descendant File Count
and more.
Re: Folders with this many subfolder's and files
Note that something like will find folder that contain 1000 or more files (including in subdirectories ? not sure offhand).
So with that, you will know which folders have them.
If you want to see the count of files found, you can add the Property, 'Child File Count' which will then also display the actual number of files (along with the directory name).
folder: childfilecount:>999
So with that, you will know which folders have them.
If you want to see the count of files found, you can add the Property, 'Child File Count' which will then also display the actual number of files (along with the directory name).
Re: Folders with this many subfolder's and files
folder: childfilecount:>999
Direct child only (no subfolders)(including in subdirectories ? not sure offhand).
Use descendantfilecount: for subfolders.