Use arkindex-export in alto export
Refs https://redmine.teklia.com/issues/3837
Depends #116 (closed)
We want to convert the SQL queries made in alto export to arkindex-export.
- Convert following methods to an ORM query directly set in the export code (no dedicated module)
list_folders
filter_folder_id
-
get_elements
(non recursive) element_image
element_transcription
get_worker_version
- Same thing but using arkindex-export
list_children
to become recursive:-
get_elements
(recursive) list_children
recursive_element_transcriptions
-
Do not remove any export methods yet.
Edited by Bastien Abadie