You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once a record is deleted using BibEdit, its metadata remains accessible and is only flagged as deleted (adding 980__a:DELETED, without removing other fields). Functions such as search_engine_utils.get_fieldvalues(..) will consequently still return some metadata for these deleted records.
websearch_templates.tmpl_record_page_header_content(..) (or its caller) should therefore be updated to not return any value when considering a deleted record.
(Note that failing to do so might reveal the title/keywords/description of records that used to be restricted, since the restriction is removed when losing collection membership)
Alternatively BibEdit could be updated to wipe the record metadata when deleting it.
The text was updated successfully, but these errors were encountered:
* Avoids populating title/description/keyword HTML headers for
deleted records.
(closesinveniosoftware#1682)
Signed-off-by: Samuele Kaplun <[email protected]>
* Avoids populating title/description/keyword HTML headers for
deleted records.
(closesinveniosoftware#1682)
Signed-off-by: Samuele Kaplun <[email protected]>
Originally on 2014-01-16
Once a record is deleted using BibEdit, its metadata remains accessible and is only flagged as deleted (adding
980__a:DELETED
, without removing other fields). Functions such assearch_engine_utils.get_fieldvalues(..)
will consequently still return some metadata for these deleted records.websearch_templates.tmpl_record_page_header_content(..)
(or its caller) should therefore be updated to not return any value when considering a deleted record.(Note that failing to do so might reveal the title/keywords/description of records that used to be restricted, since the restriction is removed when losing collection membership)
Alternatively BibEdit could be updated to wipe the record metadata when deleting it.
The text was updated successfully, but these errors were encountered: