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

Integer facet: convert values

parent 346fd2dd
No related branches found
No related tags found
No related merge requests found
......@@ -198,7 +198,7 @@ const generateIntegerFilter = ({
const filterStr = `
?${filterTarget} ${facetConfig.predicate} ?value .
FILTER(
?value >= ${selectionStart} && ?value <= ${selectionEnd}
xsd:integer(?value) >= ${selectionStart} && xsd:integer(?value) <= ${selectionEnd}
)
`;
if (inverse) {
......
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