https://bugs.kde.org/show_bug.cgi?id=412421
--- Comment #5 from Stefan Brüns <stefan.bru...@rwth-aachen.de> --- Baloo currently handles term truncation only for "equals" queries, not "contains" queries (the default). $> baloosearch filename=abcdefghijklmnopqrstuvwxyz returns the file, while the following does not: $> baloosearch filename:abcdefghijklmnopqrstuvwxyz $> baloosearch abcdefghijklmnopqrstuvwxyz is intenally expanded to: $> baloosearch content:abcdefghijklmnopqrstuvwxyz OR filename:abcdefghijklmnopqrstuvwxyz -- You are receiving this mail because: You are watching all bug changes.