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
Apparently there are cases where records in a user's library can get a "null" value in their bibcode field. The theory is that these are deleted bibcodes which no longer exist in SOLR.
We should verify that these entries represent deleted bibcodes by checking backup versions of the database
We should verify what part of the code inserts these nulls and decide if some exception needs to be generated or warning logged
We should run periodic cronjobs that scan the database and remove these entries.
The text was updated successfully, but these errors were encountered:
Apparently there are cases where records in a user's library can get a "null" value in their bibcode field. The theory is that these are deleted bibcodes which no longer exist in SOLR.
The text was updated successfully, but these errors were encountered: