Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting a file does not update the database automatically #64

Open
rieje opened this issue Feb 26, 2017 · 2 comments
Open

Deleting a file does not update the database automatically #64

rieje opened this issue Feb 26, 2017 · 2 comments

Comments

@rieje
Copy link

rieje commented Feb 26, 2017

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?

@cboxdoerfer
Copy link
Owner

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.

@udiNur
Copy link

udiNur commented May 2, 2017

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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants