https://bugs.kde.org/show_bug.cgi?id=462787
--- Comment #14 from tagwer...@innerjoin.org --- (In reply to Natalie Clarius from comment #12) > ... sorting of files retrieved with Baloo is very bad ... Baloo knows "what words" are used "where" in "which files". That's pretty low level and you'd need to build anything more sophisticated as a layer above this. I can imagine you could do a series of searches, looking for the exact phrase first, and combine the results: A "filename" search, for the exact phrase A content search, for the exact phrase A "filename" search, for the collection of terms A content search, for the collection of terms You could factor in ratings, maybe also a search for tags (xattr or embedded) or look at the full filename for matches in the parent foldername(s). Problem is, I don't see these would give more than marginal improvements... -- You are receiving this mail because: You are watching all bug changes.