Skip to content

tracker-extract-desktop: Fix Link type extraction

Jean Felder requested to merge wip/jfelder/desktop-link-fix into master

This fixes two issues introduced in commit f787f743:

  • the uri is not correctly escaped
  • a nfo:WebSite cannot have a nie:url property

The first issue is fixed by using tracker_sparql_escape_uri_printf. The second issue is fixed by adding the nie:DataObject type to the website_resource.

Edited by Jean Felder

Merge request reports