Skip to content
Snippets Groups Projects
Commit c14044fe authored by efalcy's avatar efalcy
Browse files

hotline#182939 : index cafeyn album via script

parent 32b24b17
Branches
Tags
1 merge request!4791hotline#182939 : index cafeyn album via script
Pipeline #24553 passed with stage
in 29 minutes and 28 seconds
- correctif #182939 Ressource Numérique Cafeyn: indexation des albums via un script permettant une mise à jour indépendante de l'intégration cosmogramme.
\ No newline at end of file
......@@ -24,3 +24,6 @@ require __DIR__ . '/../console.php';
$service = new Cafeyn_Service(Cafeyn_Config::getInstance());
$service->harvest();
foreach (Class_Album::findAllBy(['type_doc_id' => Cafeyn_Config::getInstance()->getName()]) as $album)
$album->index();
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment