Bug 430445 - Sort search results by mtime by default
Summary: Sort search results by mtime by default
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: search (show other bugs)
Version: 20.12.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-15 20:17 UTC by Nate Graham
Modified: 2021-01-25 16:31 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 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).