Hi all, our software developer for a project was attempting to get the logic to work to return multiple tags for a given collection. She could get it to work across all collections but it fails when one tries to specify the collection. This needs to be a plugin because we don’t want to any custom changes to the API to get overwritten the next time Omeka has an update. The plugin is written in PHP.
This is what we need:
Omeka Classic v3.2 using the API, return multiple tags (using OR logic on the tags). Does anyone have any experiences with something like this?