Bug 392159 - Term splitting interprets protocol part of URLs as property
Summary: Term splitting interprets protocol part of URLs as property
Status: REPORTED
Alias: None
Product: frameworks-baloo
Classification: Frameworks and Libraries
Component: Engine (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: baloo-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-22 01:09 UTC by Stefan Brüns
Modified: 2025-01-20 12:06 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?