parametro buildSQ cambiato in json
This commit is contained in:
parent
12b3e7d8d0
commit
079106151a
|
@ -369,7 +369,7 @@ $(document).ready(function() {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
const sparqlGenerator = sparqljs.Generator;
|
const sparqlGenerator = sparqljs.Generator;
|
||||||
jsonQuery = buildSQ(logicExprString);
|
jsonQuery = buildSQ(queryJson);
|
||||||
queryFields = [];
|
queryFields = [];
|
||||||
for (var i in jsonQuery.variables) {
|
for (var i in jsonQuery.variables) {
|
||||||
if (jsonQuery.variables[i].value) {
|
if (jsonQuery.variables[i].value) {
|
||||||
|
|
Loading…
Reference in New Issue