corr bug query OR (in progress)
This commit is contained in:
parent
6fa9b98558
commit
4c750da11b
|
@ -1834,7 +1834,7 @@ function emphResults(){
|
|||
seachbBindingsStream = await myEngine.queryBindings(query, { sources: [{ type: 'sparql', value: sparqlEndpoint },], });
|
||||
//console.log(query)
|
||||
alert(query)
|
||||
$("#loader").fadeIn(300);
|
||||
//$("#loader").fadeIn(300);
|
||||
try {
|
||||
var result = new Set()
|
||||
var resultClauses = new Set()
|
||||
|
@ -1991,7 +1991,7 @@ function emphResults(){
|
|||
console.log('badge end...')
|
||||
//calcolo numero dei contesti
|
||||
countResultContexts()
|
||||
$("#loader").fadeOut(300);
|
||||
//$("#loader").fadeOut(300);
|
||||
|
||||
});
|
||||
queryExecuted = true;
|
||||
|
@ -2000,7 +2000,7 @@ function emphResults(){
|
|||
|
||||
}
|
||||
catch (err) {
|
||||
$("#loader").fadeOut(300);
|
||||
//$("#loader").fadeOut(300);
|
||||
console.log(err.message);
|
||||
|
||||
};
|
||||
|
|
|
@ -127,6 +127,7 @@ WHERE {
|
|||
|
||||
?frag olires:fragmentRegionFrom ?clfr ;
|
||||
olires:fragmentRegionTo ?clto .
|
||||
?frag olires:fragmentRegionFrom ?pos.
|
||||
}
|
||||
###condizioni sintattiche end
|
||||
}`
|
||||
|
|
Loading…
Reference in New Issue