Releases: acdh-oeaw/arche-openrefine
Releases · acdh-oeaw/arche-openrefine
Standardize database connection config property format
Minor bugfixes
0.5.2 Minor fixes
Adjust the property endpoint to the OpenRefine 3.5 behavior
OpenRefine 3.5 sets type
parameter of the data extension property proposal requests to the service's schemaSpace
value which obviously doesn't match any existing type. Current implementation just skips the type-based property filtering if the type
parameter doesn't match any known type.
Search also trough identifiers
Requires identifiers to be indexed in the full_text_search
database table which is provided by the arche-core >=3.3
DataExtensionService support added
DataExtensionService requires additional config properties - see update config-sample.yaml
New features
- Report the view service in the manifest (by simply taking the
viewUrl
config property) - Support the
limit
reconcile query parameter - Sort matches reported by the reconcile queries
Bugfixes
Fixes around base URL
0.2.0 Fixed around base URL
Bugfixes
Test release
0.1.0 First working version