This allows for query objects generated from Baloo::Query::fromSearchUrl to use the same URLs parsing as those using the kioslave.
Previously, only query urls with json format were available, while the kioslave could also parse the query keyword and simple type urls.
This was preventing the file type to be updated for places panels' default search urls (e.g. baloosearch://videos)
Details
Details
- Open dolphin searchbar and activate "More Options"
- Type baloosearch://images
- The type 'Images' gets selected
Diff Detail
Diff Detail
- Repository
- R293 Baloo
- Branch
- extend_query_url
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 18709 Build 18727: arc lint + arc unit
src/kioslaves/search/kio_search.cpp | ||
---|---|---|
88 | should I just change the comparisons to path == ..., just like the /documents one? |