Skip to content
Snippets Groups Projects
Commit 9798f423 authored by Stefan E. Funk's avatar Stefan E. Funk
Browse files

listsets with textgrid works with tg-edition now, not dariah-collection type!

parent a7f88d77
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ public class SetDeliverer {
ListSetsType setList = new ListSetsType();
QueryBuilder aggQuery;
if (this.textgrid) {
aggQuery = QueryBuilders.matchPhraseQuery("format", TextGridMimetypes.DARIAH_COLLECTION);
aggQuery = QueryBuilders.matchPhraseQuery("format", TextGridMimetypes.EDITION);
} else {
aggQuery = QueryBuilders.matchPhraseQuery("descriptiveMetadata.dc:format",
TextGridMimetypes.DARIAH_COLLECTION);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment