This Plugin / Repo is being maintained by a community of developers. There is no warranty given or bug fixing guarantee; especially not by Programmfabrik GmbH. Please use the github issue tracking to report bugs and self organize bug fixing. Feel free to directly contact the committing developers.
Custom Data Type "goobi" for easydb
This is a plugin for fylr with Custom Data Type CustomDataTypeGoobi for references to entities to Goobi workflow.
The Plugins uses http://my-goobi.tld/api/processes/search for the autocomplete-suggestions and additional informations about the goobi-processes.
The latest version of this plugin can be found here.
The ZIP can be downloaded and installed using the plugin manager, or used directly (recommended).
Github has an overview page to get a list of all releases.
Check in your fylr.yml that you do not have a conflicting plugin enabled: remove the line with easydb-custom-data-type-goobi. In the file fylr.yml in yaml hierarchy:
fylr+:
plugin:
paths:
- "/fylr/files/plugins/easydb/easydb-custom-data-type-goobi"
... just remove this one line and restart fylr.
This plugin requires https://github.com/programmfabrik/fylr-plugin-commons-library. In order to use this Plugin, you need to add the commons-library-plugin to your pluginmanager.
As defined in manifest.yml this datatype can be configured:
- goobi-field used for "Name"
- goobi-field used for "URI"
- goobi-API-url
- goobi-endpoint-token
- Searchable goobi-projects (commaseparated)
- Searchable metadatafields (commaseparated)
- conceptName
- Preferred label of the linked record
- conceptURI
- URI to linked record
- _fulltext
- easydb-fulltext
- _standard
- easydb-standard
The source code of this plugin is managed in a git repository at https://github.com/programmfabrik/fylr-plugin-custom-data-type-goobi.