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