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

Allow searching while database updates #51

Closed
cboxdoerfer opened this issue Dec 16, 2016 · 5 comments
Closed

Allow searching while database updates #51

cboxdoerfer opened this issue Dec 16, 2016 · 5 comments

Comments

@cboxdoerfer
Copy link
Owner

No description provided.

@AtilioA
Copy link
Contributor

AtilioA commented Jul 26, 2020

That would be great. One of the bummers of using fsearch is when it is updating the database and you can't search anything until it finishes, and that could take some time.

@cboxdoerfer
Copy link
Owner Author

Searching while the database updates is now possible.

@AtilioA
Copy link
Contributor

AtilioA commented Jul 27, 2020

@cboxdoerfer I know this has been closed, but would it be possible to start searching right after opening FSearch? If I open it, I have to wait for the "Updating Database..." message in the status bar to go away for search results to come up.

@cboxdoerfer
Copy link
Owner Author

cboxdoerfer commented Jul 27, 2020

@AtilioA, searching while the database is scanned should already work with the latest changes, even right after the start. But just to be clear, FSearch still has to load the database file from disk first, which is usually pretty quick, and during that time searching isn't possible.

@AtilioA
Copy link
Contributor

AtilioA commented Jul 27, 2020

Yeah, I forgot about that 😅. The message is a bit misleading, though - "Loading database" better conveys the meaning intended, but I guess FSearch uses that for actual database update as well and might do no differentiation between them as of today?
Anyways, that would be solved only by minimizing to the tray, then.

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

2 participants