Allow searching with classification names
closes #1881 (closed)
Merge request reports
Activity
assigned to @mlbonhomme
mentioned in merge request frontend!1816 (merged)
I was able to test this with the export from IFAO
First, remove the
moderator
on classifications or the import will fail:sqlite3 ~/Downloads/ifao-journaux-de-fouilles-de-bernard-bruyere-20241209-154736.sqlite sqlite> update classification set moderator=null;
Then you can import the file
arkindex load_export --corpus-name="IFAO | journaux" --email=abadie@teklia.com ~/Downloads/ifao-journaux-de-fouilles-de-bernard-bruyere-20241209-154736.sqlite
Then in django admin, you set that new corpus as indexable, along with its page type
And finally index it:
arkindex reindex -c <CORPUS_ID>
requested review from @babadie
Please register or sign in to reply