Skip to content
Snippets Groups Projects
Commit 278cdf2b authored by Gilles POTTIER's avatar Gilles POTTIER
Browse files

Update configmap queries to include additional document aspect

parent 2490ba3e
No related branches found
No related tags found
No related merge requests found
Pipeline #107014 passed
...@@ -10,7 +10,7 @@ data: ...@@ -10,7 +10,7 @@ data:
[ [
{ {
"url": "https://gdt.grandlyon.fr/alfresco/api/-default-/public/search/versions/1/search", "url": "https://gdt.grandlyon.fr/alfresco/api/-default-/public/search/versions/1/search",
"query": "+TYPE:\"cm:content\" AND (+ASPECT:\"phcm:documentSigne\" OR +ASPECT:\"phcm:documentSigneOuVise\") AND NOT(+TAG:\"is_signed\") AND NOT(+TAG:\"erreur_signature\")" "query": "+TYPE:\"cm:content\" AND (+ASPECT:\"phcm:documentSigne\" OR +ASPECT:\"phcm:documentSigneOuVise\") AND NOT(+TAG:\"is_signed\") AND NOT(+TAG:\"erreur_signature\")",
"language": "afts" "language": "afts"
} }
] ]
......
...@@ -10,7 +10,7 @@ data: ...@@ -10,7 +10,7 @@ data:
[ [
{ {
"url": "https://gdt-pre.grandlyon.fr/alfresco/api/-default-/public/search/versions/1/search", "url": "https://gdt-pre.grandlyon.fr/alfresco/api/-default-/public/search/versions/1/search",
"query": "+TYPE:\"cm:content\" AND (+ASPECT:\"phcm:documentSigne\" OR +ASPECT:\"phcm:documentSigneOuVise\") AND NOT(+TAG:\"is_signed\") AND NOT(+TAG:\"erreur_signature\")" "query": "+TYPE:\"cm:content\" AND (+ASPECT:\"phcm:documentSigne\" OR +ASPECT:\"phcm:documentSigneOuVise\") AND NOT(+TAG:\"is_signed\") AND NOT(+TAG:\"erreur_signature\")",
"language": "afts" "language": "afts"
} }
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment