emory-libraries / blacklight-catalog

1 stars 2 forks source link

BUG: Single record indexing not processing when resumption token present. #1267

Closed bwatson78 closed 2 years ago

bwatson78 commented 2 years ago

When a resumption token is stored in the database, the wrong query string is produced, meaning that an incremental index is performed instead.

bwatson78 commented 2 years ago

PR made: https://github.com/emory-libraries/blacklight-catalog/pull/1266