Skip to content
Snippets Groups Projects
Commit 0ddd19a2 authored by esikkala's avatar esikkala
Browse files

Use DISTINCT in sitemap query

parent 012bcf9a
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ export const facetValuesRange = `
`
export const sitemapInstancePageQuery = `
SELECT ?path
SELECT DISTINCT ?path
WHERE {
VALUES ?resultClass { <RESULT_CLASS> }
?uri a ?resultClass .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment