refresh filter or bookmark using rc-command

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
Tonnie123
Posts: 15
Joined: Tue Dec 04, 2018 10:44 am

refresh filter or bookmark using rc-command

Post by Tonnie123 »

Hello,

I searched a while, could not find anything about it...

Search Everything is looking at maps in other computers. We use windows 10.

We use a filter or bookmark, for example:
path:Tri-opst size:>=1 *.gds | *.job !rc:last2minutes. The command recent change works great.

When we delete a file or folder (on the other computer) which is standing on the list shown by everything, the file standing in the list is gone also. As expected.

But when a file OR folder has to show up (in case a file or folder has not been recent chanced after two minutes anymore), it does not show up in the list (it does only when you select again the filter, then it shows up directly).

Probably has to do because the command recent change, I guess..

Do you have a fix for this?

PS. I use Everything 1.4.1.931 with /always_update_folder_recent_change=1, see also viewtopic.php?f=5&t=7252
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: refresh filter or bookmark using rc-command

Post by void »

New results will never be added when the search contains:
!rc:last2minutes

Because the recent change time for new results will always be now.

The rc: search is executed once for the initial search and again for new/modified files/folders.
It will not update results in realtime once they have passed the two minutes from now.
You would need to research with !rc:last2minutes to get up-to-date results.
Post Reply