[
http://opencast.jira.com/browse/MH-9078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31791#comment-31791
]
Tobias Wunden commented on MH-9078:
-----------------------------------
Hi Greg and John,
the workaround that Greg described is correct. However, in the meantime there
is a way of doing this post-recording (read: on the server). Lukas has
implemented a "tag" operation which allows tagging and setting of flavors. I
recently added that operation to the beginning of the default workflow to make
sure the ingested elements are being added to the archive:
<operation
id="tag"
description="Tagging source material for archival">
<configurations>
<configuration key="source-flavors">*/source</configuration>
<configuration key="target-tags">+archive</configuration>
</configurations>
</operation>
This means that the simplest fix would be to add this operation to tag the
dublin core catalogs (dublincore/* to match both episode and series) with the
"engage" flag, so they get copied to /static and are hence added to search:
<operation
id="tag"
description="Tagging dublin core catalogs for publishing">
<configurations>
<configuration key="source-flavors">dublincore/*</configuration>
<configuration key="target-tags">+engage</configuration>
</configurations>
</operation>
> Contents of Dublin Core catalogs don't get added to search
> ----------------------------------------------------------
>
> Key: MH-9078
> URL: http://opencast.jira.com/browse/MH-9078
> Project: Matterhorn Project
> Issue Type: Bug
> Components: Architecture & Services
> Affects Versions: Trunk, 1.4
> Reporter: Tobias Wunden
> Assignee: John King
> Priority: Release Blocker
> Fix For: 1.4
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
http://opencast.jira.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn
To unsubscribe please email
[email protected]
_______________________________________________