'childfilecount:1' and extension-column
'childfilecount:1' and extension-column
Any possibility to search with 'childfilecount:1 ' and get the respective file-extension displayed in the the extension-column?
thank you.
thank you.
Re: 'childfilecount:1' and extension-column
I am not aware of such a solution, but with Everything 1.5 use the following search:
The Path and Extension column will now show the relevant information.
To show folders that have 1 single file and no subfolders:
sibling-count:
Code: Select all
file: sibling-file-count:0
To show folders that have 1 single file and no subfolders:
Code: Select all
file: sibling-count:0
sibling-count:
Re: 'childfilecount:1' and extension-column
2NotNullNotNull wrote: ↑Wed Feb 01, 2023 2:35 pm To report only folders that do not have any more subfolders:Code: Select all
file: sibling-count:0
Double-clicking on the path in Everything opens it in Total Commander for me,
but REMOVES the line in the search result!?
Is it the same for you?
Everything 1.5.0.1335a (x64)
Context Menu > Open Path > Command: $exec("C:\totalcmd\TOTALCMD64.EXE" /O /A /S "%1")
______________________________________________________________
Windows 11 Pro (x64) Version 22H2 (OS build 22621.1194) | TC 10.52 x64
Re: 'childfilecount:1' and extension-column
Here too. Behaviour is highly unpredictable.
Also issues with righ-click => Set runcount=500 when this search is still active: file no longer in result list
Will try to find a pattern ..
(v1335a x64)
Re: 'childfilecount:1' and extension-column
>> file: sibling-count:0
thanks a lot!
>>Double-clicking on the path in Everything opens it in Total Commander for me,
>>but REMOVES the line in the search result!?
>>Is it the same for you?
yes, same problem here.
thanks a lot!
>>Double-clicking on the path in Everything opens it in Total Commander for me,
>>but REMOVES the line in the search result!?
>>Is it the same for you?
yes, same problem here.
Re: 'childfilecount:1' and extension-column
Not a solution, but changing the search query (for example by adding a <space>) brings the missing file back to the resultlist.
Re: 'childfilecount:1' and extension-column
Mmmh.
In my case, this must have been a temporary malfunction, because now the error no longer occurs.
EDIT 0:16:
... and the error is sometimes there again.
It is difficult to find out when this behaviour occurs.
In my case, this must have been a temporary malfunction, because now the error no longer occurs.
EDIT 0:16:
... and the error is sometimes there again.
It is difficult to find out when this behaviour occurs.
Re: 'childfilecount:1' and extension-column
Thank you for the issue report.
Everything 1.5.0.1336a fixes an issue with sibling-count: not matching files after the results change.
Everything 1.5.0.1336a fixes an issue with sibling-count: not matching files after the results change.
Re: 'childfilecount:1' and extension-column
Thank you for the prompt fix!void wrote: ↑Thu Feb 02, 2023 7:06 am Thank you for the issue report.
Everything 1.5.0.1336a fixes an issue with sibling-count: not matching files after the results change.
Re: 'childfilecount:1' and extension-column
sibling-file-count:10
open folder -> 15 files (!?!)
sibling-folder-count:1
open folder -> 0 subfolders (!?!)
Both searches are listing also files. It shouldn't be only folders?
open folder -> 15 files (!?!)
sibling-folder-count:1
open folder -> 0 subfolders (!?!)
Both searches are listing also files. It shouldn't be only folders?
Re: 'childfilecount:1' and extension-column
Are all these 15 files visible in Everything?
i.e. If sibling-file-count:10 reports c:\some\folder\123.txt, how many files are shown whhen searching for parent:"c:\some\folder"
Did you try a Force Rebuild? (menu:Tools > Options > Indexes)
i.e. If sibling-file-count:10 reports c:\some\folder\123.txt, how many files are shown whhen searching for parent:"c:\some\folder"
You mean sibling-folder-count:1 reports folder "c:\some\folder" or "c:\some\file.txt" and "c:\some\" contains 0 folders in Explorer?
Did you try a Force Rebuild? (menu:Tools > Options > Indexes)
Re: 'childfilecount:1' and extension-column
11
Yes, 0 and 5 and ...
Yes
Re: 'childfilecount:1' and extension-column
So ... Everything is giving the right results based on the information it has in it's database.
But that information does not correspond with the 'live' filesystem.
And a Force Rebuild does not bring the two in sync. Hmm ..\
First thought: Exclusions. Certain type of files missing in Everything?
- Check menu:Tools > Options > Indexes > Exclude
- Check menu:Tools > Options > Indexes > NTFS/Network/FAT/ ... for each volume/drive if there is an Include only setting defined
But that information does not correspond with the 'live' filesystem.
And a Force Rebuild does not bring the two in sync. Hmm ..\
First thought: Exclusions. Certain type of files missing in Everything?
- Check menu:Tools > Options > Indexes > Exclude
- Check menu:Tools > Options > Indexes > NTFS/Network/FAT/ ... for each volume/drive if there is an Include only setting defined
Re: 'childfilecount:1' and extension-column
1336
All clean in ini. No exclude. No inlcude only.
I delete db and ini. The same result.
All clean in ini. No exclude. No inlcude only.
I delete db and ini. The same result.
Re: 'childfilecount:1' and extension-column
I'm seeing the expected results here.
There could still be an issue with Everything..
To be sure, are you confusing sibling count with child count?
Sibling-count will count the number of files/folders in the same location. (excluding self)
Child-count will count the number of child files/folders.
Sibling-count is calculated for each file/folder. (files can have siblings)
Child-count is calculated for folders only. (only folders can have children)
Please consider the following "made-up" folder C:\Windows:
[SYSTEM32] (directory)
Notepad.exe (file)
Explorer.exe (file)
The child-count for C:\Windows is: 3 (SYSTEM32, Notepad.exe and Explorer.exe)
The child-folder-count for C:\Windows is: 1 (SYSTEM32)
The child-file-count for C:\Windows is: 2 (Notepad.exe and Explorer.exe)
The sibling-count for C:\Windows\System32 is: 2 (Notepad.exe and Explorer.exe)
The sibling-file-count for C:\Windows\System32 is: 2 (Notepad.exe and Explorer.exe)
The sibling-folder-count for C:\Windows\System32 is: 0 (doesn't count self)
The sibling-count for C:\Windows\Notepad.exe is: 2 (SYSTEM32 and Explorer.exe)
The sibling-file-count for C:\Windows\Notepad.exe is: 1 (Explorer.exe)
The sibling-folder-count for C:\Windows\Notepad.exe is: 1 (SYSTEM32)
The sibling-count for C:\Windows\Explorer.exe is: 2 (SYSTEM32 and Notepad.exe)
The sibling-file-count for C:\Windows\Explorer.exe is: 1 (Notepad.exe)
The sibling-folder-count for C:\Windows\Explorer.exe is: 1 (SYSTEM32)
Sibling counts are not updated in realtime.
Only new or modified files/folders will have an updated sibling count.
Sibling-files/folders of a new or modified file/folder are not updated in real-time.
You'll need to refresh the search to pickup these changes.
In other words, your sibling counts might be unpredictable if the number of sibling files/folders is changing since your search.
There could still be an issue with Everything..
To be sure, are you confusing sibling count with child count?
Sibling-count will count the number of files/folders in the same location. (excluding self)
Child-count will count the number of child files/folders.
Sibling-count is calculated for each file/folder. (files can have siblings)
Child-count is calculated for folders only. (only folders can have children)
Please consider the following "made-up" folder C:\Windows:
[SYSTEM32] (directory)
Notepad.exe (file)
Explorer.exe (file)
The child-count for C:\Windows is: 3 (SYSTEM32, Notepad.exe and Explorer.exe)
The child-folder-count for C:\Windows is: 1 (SYSTEM32)
The child-file-count for C:\Windows is: 2 (Notepad.exe and Explorer.exe)
The sibling-count for C:\Windows\System32 is: 2 (Notepad.exe and Explorer.exe)
The sibling-file-count for C:\Windows\System32 is: 2 (Notepad.exe and Explorer.exe)
The sibling-folder-count for C:\Windows\System32 is: 0 (doesn't count self)
The sibling-count for C:\Windows\Notepad.exe is: 2 (SYSTEM32 and Explorer.exe)
The sibling-file-count for C:\Windows\Notepad.exe is: 1 (Explorer.exe)
The sibling-folder-count for C:\Windows\Notepad.exe is: 1 (SYSTEM32)
The sibling-count for C:\Windows\Explorer.exe is: 2 (SYSTEM32 and Notepad.exe)
The sibling-file-count for C:\Windows\Explorer.exe is: 1 (Notepad.exe)
The sibling-folder-count for C:\Windows\Explorer.exe is: 1 (SYSTEM32)
Sibling counts are not updated in realtime.
Only new or modified files/folders will have an updated sibling count.
Sibling-files/folders of a new or modified file/folder are not updated in real-time.
You'll need to refresh the search to pickup these changes.
In other words, your sibling counts might be unpredictable if the number of sibling files/folders is changing since your search.