Bug 422908 - What about adding search to Dolphin?
Summary: What about adding search to Dolphin?
Status: RESOLVED DUPLICATE of bug 416087
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Neon All
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-13 11:43 UTC by Peter
Modified: 2020-06-13 16:29 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter 2020-06-13 11:43:46 UTC
SUMMARY
Let's imagine a hypothetical (fictitious) git project?

project
  |_ .git
  |  |_ ... etc
  |
  |_ .log
  |  |_ 2020-05-29.log
  |
  |_ app
  |  |_ app.js
  |
  |_ README.md

I run the git clone ulr-project.git command on my PC.
After that, without slowing down, I will try to find:
- "2020-05-29" - nothing was found. Because the file is in a hidden folder.
- "app.js" and this file is not there either. Because it is installed in the exception filter in baloo.
- "README" there is no such file again. Because he did not have time to index yet. Let me remind you that we are looking for without delay, immediately after copying the project.

What does this mean for an inexperienced user? The user will see that the file is really missing!
That is, Dolphin + Baloo in advance provides the user with inaccurate information that cannot be trusted.


[MEGA_ULTRA_SIZE_RED_BOLD_BLINKING_TEXT] Make it possible to change the default search, for example to KFind. And leave Baloo for KRunner.[/MEGA_ULTRA_SIZE_RED_BOLD_BLINKING_TEXT]


No need to allow hidden resource searches for Baloo.
No need to fix file exceptions in baloofilerc configuration.
This will not fix the problem.
Because the mechanism of its work slows down the PC and kills my SSD. It also takes a lot of time to index files. We just need a search that searches.



STEPS TO REPRODUCE
1. -
2. -
3. -

OBSERVED RESULT
-

EXPECTED RESULT
-

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Peter 2020-06-13 11:48:18 UTC
Forgot to add.
If I try to search on removable media, folders that are not allowed to be indexed or in a network folder, then in response I will see an empty search result.
Comment 2 Nate Graham 2020-06-13 16:29:26 UTC

*** This bug has been marked as a duplicate of bug 416087 ***