diff --git a/oaipmh-core/src/main/java/info/textgrid/middleware/IdentifierListDelivererDC.java b/oaipmh-core/src/main/java/info/textgrid/middleware/IdentifierListDelivererDC.java index 3a399f3d9279d9b22398c1ddf3b0d1c2ae9f11b2..6ed7ef7567d5995be004fd71b57156f7d05cd8fe 100644 --- a/oaipmh-core/src/main/java/info/textgrid/middleware/IdentifierListDelivererDC.java +++ b/oaipmh-core/src/main/java/info/textgrid/middleware/IdentifierListDelivererDC.java @@ -37,8 +37,8 @@ public class IdentifierListDelivererDC extends IdentifierListDelivererAbstract { private String[] identifierListFields; //Fields for the elasticsearch request private String rangeField; // Field for the optional range query -// private String formatToFilter; // just necessary in textgrid case to just get the editions -// private String formatField; // just necessary in textgrid to just get the editions + //private String formatToFilter; // just necessary in textgrid case to just get the editions + //private String formatField; // just necessary in textgrid to just get the editions private String dateOfObjectCreation; // Field for the object creation in the repository private String repositoryObjectURIPrefix; // private String identifierField; diff --git a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml index d66ec43647de1bdf517edd157024966fe1d45278..ff1366155eb3d05da461bd94df022b6480d25ad3 100644 --- a/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml +++ b/oaipmh-webapp/src/main/webapp/WEB-INF/beans.xml @@ -124,7 +124,7 @@ <bean id="ListIdentifierDC" class="info.textgrid.middleware.IdentifierListDelivererDC"> <constructor-arg index="0" value="${textgrid}" /> <constructor-arg index="1" value="${dariah}" /> - <property name="formatField" value="${formatField}" /> + <!-- <property name="formatField" value="${formatField}" />--> <property name="formatToFilter" value="${formatToFilter}" /> <property name="dateOfObjectCreation" value="${dateOfObjectCreation}" /> <property name="repositoryObjectURIPrefix" value="${repositoryObjectURIPrefix}" />