We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MARC records with repeated 250s fail to import because the edition field in Solr is not multi-valued.
edition
Short-term fix: change import configuration to only index the first 250.
Long-term fix: change Solr schema to make edition multi-valued. This change will need to be coordinated with the front end.
Also, need to check whether VuFind community will also want to make this schema change.
The text was updated successfully, but these errors were encountered:
todolson
seanfilipov
No branches or pull requests
MARC records with repeated 250s fail to import because the
edition
field in Solr is not multi-valued.Short-term fix: change import configuration to only index the first 250.
Long-term fix: change Solr schema to make
edition
multi-valued. This change will need to be coordinated with the front end.Also, need to check whether VuFind community will also want to make this schema change.
The text was updated successfully, but these errors were encountered: