From d96902e94f1d6a3be660f0f30bb312c9ad0d4573 Mon Sep 17 00:00:00 2001 From: Thomas Francart Date: Fri, 29 Nov 2024 10:43:24 +0100 Subject: [PATCH] Update search_file form --- .../form-configs/files/form.json | 4 +-- .../form-configs/files/query.json | 26 +++++++++---------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/demos/demo-sapa-instantiations/form-configs/files/form.json b/demos/demo-sapa-instantiations/form-configs/files/form.json index 54280ac..a222cd7 100644 --- a/demos/demo-sapa-instantiations/form-configs/files/form.json +++ b/demos/demo-sapa-instantiations/form-configs/files/form.json @@ -5,8 +5,8 @@ "node": { "type": "UserPrompt", "name": { - "en": "original name", - "fr": "nom d'origine" + "en": "quick access by ID", + "fr": "accès rapide par identifiant" } } }, diff --git a/demos/demo-sapa-instantiations/form-configs/files/query.json b/demos/demo-sapa-instantiations/form-configs/files/query.json index d76616d..754e6d7 100644 --- a/demos/demo-sapa-instantiations/form-configs/files/query.json +++ b/demos/demo-sapa-instantiations/form-configs/files/query.json @@ -3,47 +3,47 @@ "variables": [ { "termType": "Variable", - "value": "File" + "value": "Fonds" }, { "termType": "Variable", - "value": "ContainerFormat" + "value": "RecordResource" }, { "termType": "Variable", - "value": "VideoFormat" + "value": "InstCote1" }, { "termType": "Variable", - "value": "AudioFormat" + "value": "InstCote2" }, { "termType": "Variable", - "value": "Standard" + "value": "File" }, { "termType": "Variable", - "value": "Size" + "value": "ContainerFormat" }, { "termType": "Variable", - "value": "Instantiation" + "value": "VideoFormat" }, { "termType": "Variable", - "value": "Cote1" + "value": "AudioFormat" }, { "termType": "Variable", - "value": "Cote2" + "value": "Standard" }, { "termType": "Variable", - "value": "RecordResource" + "value": "Size" }, { "termType": "Variable", - "value": "Fonds" + "value": "Instantiation" } ], "order": null, @@ -133,7 +133,7 @@ "line": { "s": "Instantiation", "p": "http://shapes.performing-arts.ch/instantiations/Instantiation_identifier", - "o": "Cote1", + "o": "InstCote1", "sType": "http://shapes.performing-arts.ch/instantiations/Representation", "oType": "http://special/Z_Text", "values": [] @@ -155,7 +155,7 @@ "line": { "s": "MainIdentifier_33", "p": "http://shapes.performing-arts.ch/instantiations/Identifier_value", - "o": "Cote2", + "o": "InstCote2", "sType": "http://shapes.performing-arts.ch/sparnatural/MainIdentifier", "oType": "http://special/Z_Text", "values": []