Bug 392159

Summary: Term splitting interprets protocol part of URLs as property
Product: [Frameworks and Libraries] frameworks-baloo Reporter: Stefan Brüns <stefan.bruens>
Component: EngineAssignee: baloo-bugs-null
Status: REPORTED ---    
Severity: normal CC: alexander.lohnau, nate, tagwerk19
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Stefan Brüns 2018-03-22 01:09:30 UTC
The query parser splits every term containing e.g. : or =, interpreting the parts infront and after the separator as property and value.

This has two implications:
- Typing into krunner e.g. "firefox http://www.kde.org" is interpreted as searching for the property "http". This creates a log of debug output: 'baloorunner[...]: Property "http" not found"
- Searching for "http://www.kde.org" returns no result, even if it should.
Comment 1 Alexander Lohnau 2020-10-31 08:44:15 UTC
>- Searching for "http://www.kde.org" returns no result, even if it should.
Do you mean the text content search?