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

Fix variable name collision in integer filter

parent 7b558232
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ export const facetValuesQuery = ` ...@@ -93,7 +93,7 @@ export const facetValuesQuery = `
VALUES ?facetClass { <FACET_CLASS> } VALUES ?facetClass { <FACET_CLASS> }
?instance a ?facetClass . ?instance a ?facetClass .
FILTER NOT EXISTS { FILTER NOT EXISTS {
?instance <PREDICATE> ?value . ?instance <PREDICATE> [] .
} }
} }
} }
......
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