Hi Magda: On Wed, 28 Apr 2010, LORENTE MARTINEZ, MAGDALENA wrote: > Some days ago, I was searching in my CDSInvenio by author and I > identified some authors that where writen with errors. I have solved > this errors, but the entries are still in the autor index. Ex. What I > have to do to delete this entries from the index?
Regarding the Search screens and word/phrase indexes, the periodical bibindex job should help automatically, see Samuele's reply. Regarding the Browse screens though, as your screenshot indicates, the unused entries are still shown, because the latest released version of Invenio (v0.99.1) is looking inside MARC tables directly in the browse mode. So unused values are to be regularly removed from MARC tables via the invenio garbage collector. You can run it via: $ /opt/cds-invenio/bin/inveniogc -u admin -b You may consider setting up a periodical inveniogc task, so that this command is executed automatically via bibsched from time to time. (Note that in forthcoming Invenio git master version, one can also limit the time window availability for a task to be executed e.g. every day but only between 01:00 and 04:00.) Best regards -- Tibor Simko
