ajout du filtrage sur la colonne date de publication

This commit is contained in:
cy_altern 2021-02-01 14:25:22 +01:00
parent b421943075
commit e992bc44d6

View file

@ -25,6 +25,7 @@
"keywords": "input", "keywords": "input",
"provider": "select", "provider": "select",
"user": "select", "user": "select",
"publication_date": "input",
"transcription_readable_content": "input", "transcription_readable_content": "input",
"transcription_detailed_content": "input" "transcription_detailed_content": "input"
}, },
@ -66,18 +67,18 @@
"id": #ID_CORPUS_VIDEO, "id": #ID_CORPUS_VIDEO,
"titre" : [(#TITLE|json_encode)], "titre" : [(#TITLE|json_encode)],
"description" : [(#DESCRIPTION|json_encode)], "description" : [(#DESCRIPTION|json_encode)],
"keywords" : [(#KEYWORDS|json_encode)], "keywords" : [(#KEYWORDS|replace{',',', '}|json_encode)],
"provider": [(#PROVIDER|json_encode)], "provider": [(#PROVIDER|json_encode)],
"user": [(#USER|json_encode)], "user": [(#USER|json_encode)],
"user_id": [(#USER_ID|json_encode)], "user_id": [(#USER_ID|json_encode)],
"first_download_date": "", "first_download_date": "",
"publication_date": "", "publication_date": [(#FIRST_DOWNLOAD_DATE|affdate{d/m/Y}|json_encode)],
"duration": "", "duration": "",
"page_url": [(#PAGE_URL|json_encode)], "page_url": [(#PAGE_URL|json_encode)],
"transcription_readable_file": [(#TRANSCRIPTION_READABLE_FILE|json_encode)], "transcription_readable_file": [(#TRANSCRIPTION_READABLE_FILE|json_encode)],
"transcription_detailed_file": [(#TRANSCRIPTION_DETAILED_FILE|json_encode)], "transcription_detailed_file": [(#TRANSCRIPTION_DETAILED_FILE|json_encode)],
"transcription_readable_content": [(#TRANSCRIPTION_READABLE_CONTENT|json_encode)], "transcription_readable_content": [(#TRANSCRIPTION_READABLE_CONTENT|json_encode)],
"transcription_detailed_content": [(#TRANSCRIPTION_DETAILED_CONTENT|json_encode)] "transcription_detailed_content": [(#TRANSCRIPTION_DETAILED_CONTENT|replace{',',', '}|json_encode)]
} }
} }
</BOUCLE_souscriptions> </BOUCLE_souscriptions>