Running on Windows 11 which MIGHT be part of the problem.
I have been running Everything happily for a couple, years, using es.exe almost exclusively with great results.
Everything running as a service. (Get-Service Everything) Tried restarting service, didn't help.
Stopping both service AND everything, then restarting seems to have fixed it, at least for this file (even though system was rebooted this morning) -- reporting anyway in case problem returns.
Haven't changed any Everything settings in a long time (months at least.)
Recently, not sure when, probably a week or so ago (Aug 1 2021 or earlier?) I started noticing some files being omitted from results with simple queries.
I can't (yet) say if it is new files or something where the database is stale etc.
Obviously running on Windows 11 since the Dev Beta release, 6+ weeks ago, could conceivably be involved.
Flight 132 but it was definitely happening on flight .120 also. Build 22000.132
Any ideas where to start for testing and getting you a good bug report?
The following is a simple example shows such an inconsistency:
Code: Select all
# Everything is running and show similar results as ES:
> dir utility-Log.txt # file exists in current directory:
Directory: C:\Users\Herb\Documents\WindowsPowerShell
Mode LastWriteTime Length Name
---- ------------- ------ ----
-a--- 9/11/2020 4:54 PM 1067427 utility-Log.txt
es utility-Log.txt # Shows nothing
es *utility*log* # Shows nothing
es # shows lots of files (as expected)
es C:\Users\Herb\Documents\WindowsPowerShell utility-Log.txt # Nothing, used to work
es C:\ utility-Log.txt # shows nothing, used to work
This almost certainly must be something peculiar to my system or settings.