GNOME Bugzilla – Bug 776869
The search sparql query doesn't check if files have nie:url
Last modified: 2017-02-03 09:52:20 UTC
For tracker:uri-is-parent if the nie:url is null, then tracker would give an error.
Created attachment 342867 [details] [review] search-engine-tracker: check in query if files have nie:url For tracker:uri-is-parent if nie:url is null, then tracker would give an error. To fix this, before the FILTER, make sure that the file has nie:url.
Review of attachment 342867 [details] [review]: based on discussions in https://bugzilla.gnome.org/show_bug.cgi?id=770944#c17, yes!
Attachment 342867 [details] pushed as 928b806 - search-engine-tracker: check in query if files have nie:url