Skip to content

runners/baloo: Use completeBaseName instead of baseName for exact matches

Alexander Lohnau requested to merge work/alex/fixup_order into master

In case I have a file called "info.alex.txt", the basename would return "info". Consequently, this file would take preference over kinfocenter when searching for "info".

Before After
image image
Edited by Nate Graham

Merge request reports