mjordan / islandora_workbench

A command-line tool for managing content in an Islandora 2 repository
MIT License
26 stars 38 forks source link

metadata_solr_request can break solr #372

Open ajstanley opened 2 years ago

ajstanley commented 2 years ago

The default solr query can generate thousands of fields, resulting in a URL that exceeds the GET character limit, causing the script to fail.

If we allowed a user to supply their own solr query we could bypass this failure. I've included this as an option in the config refactoring PR

ajstanley commented 2 years ago

(to clarify, that in the i7Import config refactoring PR, not the workbench config refactoring PR)