From f3ef6e8f8d613d94e94c0e25dab04ed56a0a4ac6 Mon Sep 17 00:00:00 2001 From: cesare Date: Mon, 14 Nov 2022 13:32:16 +0100 Subject: [PATCH] limite nei risultati rimosso --- js/utils.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/utils.js b/js/utils.js index 2ae40ba..5f38277 100644 --- a/js/utils.js +++ b/js/utils.js @@ -212,8 +212,7 @@ WHERE { ontolex:canonicalForm ?cf. ?cf ontolex:writtenRep ?lm. FILTER(LANGMATCHES(LANG(?Rappresentazione), "it")) - } ORDER BY ?Cantica ?Canto ?NumVerso - LIMIT 50` + } ` //Togliere LIMIT in prod orlprefix = 'http://dantenetwork.it/ontology/ORL/'