ioos / ckanext-ioos-theme

IOOS Catalog as a CKAN extension
GNU Affero General Public License v3.0
7 stars 14 forks source link

Limits field length in Solr #196

Closed benjwadams closed 5 years ago

benjwadams commented 5 years ago

Limits field length for extras_* and lineage fields to 32766 bytes. Exceeding this threshold would previously raise an unhandled exception. Behavior now truncates the string if it exceeds this threshold and adds info notification to logs.

benjwadams commented 5 years ago

Related: https://github.com/ckan/ckanext-harvest/issues/350