adsabs / biblib-service

ADS library service
https://ui.adsabs.harvard.edu
MIT License
4 stars 8 forks source link

Update library code to remove duplicate records doesn't work well for large libraries #139

Open kelockhart opened 4 years ago

kelockhart commented 4 years ago

The code to update a library and remove duplicate records (LibraryView.solr_update_library) requires that you page through a library - only the records on the current page are passed to the code. This works ok for smaller libraries but can lead to unexpected results for larger ones.