Skip to content

Remove check if result conains query string

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

This essentially overrides the runner relevance and match type.

An example is my custom runner for the nordvpn cli, having the query string in the result text would be unneeded, because one already has the category set.

This is also a perquisite for https://bugs.kde.org/show_bug.cgi?id=340283

Before:

After:

Merge request reports