From f682269d3cb9c809f313d71bc5c1a0f02f6c9554 Mon Sep 17 00:00:00 2001 From: Markus Weigelt Date: Wed, 18 Oct 2023 11:45:44 +0200 Subject: [PATCH] Change default mode to contains --- .../WEB-INF/templates/includes/metadataTreeTable.xhtml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Kitodo/src/main/webapp/WEB-INF/templates/includes/metadataTreeTable.xhtml b/Kitodo/src/main/webapp/WEB-INF/templates/includes/metadataTreeTable.xhtml index 6521224d2f2..5de835f21f4 100644 --- a/Kitodo/src/main/webapp/WEB-INF/templates/includes/metadataTreeTable.xhtml +++ b/Kitodo/src/main/webapp/WEB-INF/templates/includes/metadataTreeTable.xhtml @@ -123,7 +123,8 @@ disabled="#{not item.editable or readOnly}" required="#{item.required and (not empty param['editForm:save'] or not empty param['editForm:saveContinue'])}" showCheckbox="true" - filter="#{item.filterable}"> + filter="#{item.filterable}" + filterMatchMode="contains"> @@ -141,7 +142,8 @@ disabled="#{not item.editable or readOnly}" required="#{item.required and (not empty param['editForm:save'] or not empty param['editForm:saveContinue'])}" styleClass="#{readOnly ? 'read-only' : ''}" - filter="#{item.filterable}"> + filter="#{item.filterable}" + filterMatchMode="contains">