https://bugs.kde.org/show_bug.cgi?id=521490
Bug ID: 521490
Summary: Content Search returns stale results
Classification: Applications
Product: dolphin
Version First unspecified
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: search
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
***
If you're not sure this is actually a bug or valid feature request, instead
post about it at https://discuss.kde.org
If you're reporting a crash, attach a backtrace with debug symbols; see
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
Please remove this comment after reading and before submitting - thanks!
***
DESCRIPTION
Searching files by content, removing that content in a match, and then
searching again still returns the same list of files, even though one of the
results is now invalid. And there is no way to manually re-run the search
STEPS TO REPRODUCE
1. Take folder of text files containing a specific phrase
2. Search by content for that phrase
3. Open one file and delete that phrase
4. Search by content again
OBSERVED RESULT
Search now returns a list including stale entry
EXPECTED RESULT
Search should not include the modified file
SOFTWARE/OS VERSIONS
Operating System (available in the Info Center app, or by running `kinfo` in a
terminal window):CachyOS Linux
KDE Plasma Version: 6.6.5
KDE Frameworks Version: 6.26.0
Qt Version: 6.11.1
ADDITIONAL INFORMATION
I have a programming workflow where I add the word "dirty" to every source file
in a large project, and then replace it with "clean" once I have finished
modifying a file to keep track of what I have and haven't gotten to yet. Being
able to do this graphically would be nice. I imagine there may be issues with
caching and indexing and the like, but perhaps when serving a result it could
also recheck files modified since the last search and update the display so
that it would at least be eventually correct
--
You are receiving this mail because:
You are watching all bug changes.