Bug 430445

Summary: Sort search results by mtime by default
Product: [Applications] dolphin Reporter: Nate Graham <nate>
Component: searchAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: wishlist CC: kfm-devel, stefan.bruens
Priority: NOR    
Version First Reported In: 20.12.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Nate Graham 2020-12-15 20:17:14 UTC
the baloosearch functionality in Dolphin does not order search results by relevance, as it does in the Baloo Runner uses by KRunner and Kickoff. As a result, search results are ordered typically by name, which makes the search results nonsensical, especially when there are a lot of results. It should order the results using the same order that the command-line `baloosearch` program uses--which is by relevance.
Comment 1 Stefan BrĂ¼ns 2021-01-22 15:58:08 UTC
There is no such thing as "relevance". A file either matches or it does not.

baloosearch orders by mtime. To get the same results in dolphin, order by modification time (though dolphin seems to only order with minute precision).