fsearch icon indicating copy to clipboard operation
fsearch copied to clipboard

Deleting a file does not update the database automatically

Open rieje opened this issue 7 years ago • 2 comments

Not sure if this is a current limitation, but deleting a file does not update the database automatically. At first, I thought "Delete" and "Move to Trash" weren't working, then I realized the database was not updated to reflect the change.

Also, is renaming files not possible?

rieje avatar Feb 26 '17 05:02 rieje

You are right, that's a current limitation of the database. This will be solved once I'll add the option to monitor the filesystem for changes.

And yes, currently renaming files isn't possible. However that's one item on my (long) todo list.

cboxdoerfer avatar Mar 16 '17 18:03 cboxdoerfer

What the gnome-search-tool does to solve the problem is when you get the search results, is checked whether the files exist in the file system, if one of them does not exist, it removes the file from the DB and does not display it in the results. you not need to monitor the filesystem for that..

udiNur avatar May 02 '17 10:05 udiNur