| Summary: | Provide a button to clear all the indexed data | ||
|---|---|---|---|
| Product: | [Unmaintained] nepomuk | Reporter: | Vishesh Handa <me> |
| Component: | kcm | Assignee: | Nepomuk Bugs Coordination <nepomuk-bugs> |
| Status: | RESOLVED FIXED | ||
| Severity: | task | CC: | kde, mmckeen |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | Button in KCM to clear the file index | ||
|
Description
Vishesh Handa
2012-07-17 10:33:20 UTC
I'll take this on, shouldn't take very long. I am taking on this task. Should be done in a day or two. Created attachment 78903 [details]
Button in KCM to clear the file index
A simple patch to add a button to the Nepomuk KCM to clear the file index using removeDataByApplication().
I'm not tested it but using removeDataByApplication() will be extremely slow and some kind of database problems probably don't be fixed if they exists. The fastest, and more reliable, method is recreate the database. (In reply to comment #3) > Created attachment 78903 [details] > Button in KCM to clear the file index > > A simple patch to add a button to the Nepomuk KCM to clear the file index > using removeDataByApplication(). Please submit this to http://reviewboard.kde.org, where patches are reviewed. You will need an account on http://identity.kde.org to do so. |