Skip to content

Commit

Permalink
Update search_file form
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrancart committed Nov 29, 2024
1 parent 0f3e465 commit d96902e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions demos/demo-sapa-instantiations/form-configs/files/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
},
Expand Down
26 changes: 13 additions & 13 deletions demos/demo-sapa-instantiations/form-configs/files/query.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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": []
Expand All @@ -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": []
Expand Down

0 comments on commit d96902e

Please sign in to comment.