Closed mcweenysean closed 3 years ago
Looks like this was an issue of integer conversion introduced in fc1f11a0e726a362ad80956a5764ddf7ed5f86a4
We do find all 16 of the papers searched, but some of them have IDs that are greater than 2^31 so those were the ones it failed on.
I'm using Z:\Snowglobe\von_hagen\von_hagen_titles_without_van_daal.csv as the use case for this. It happened on another list as well in the same way.
During staging, it will say it found all 16 papers, then proceed to only stage 9. The error/warning looks like this:
When I tried to test the functions outside of the app -
title.search()
no longer takes a vector as an input and only works on individual titles. I see you changed some variable types - any idea what's going on here?