Hello.
Is it possible to select more than one specific filter in advanced search?
For example, in the advanced figure, in the Type filter (dc.type), I would like to be able to select more than one option. Is it possible?

In Discovery.xml my filter type looks like this:
<bean id="searchFilterTipoDeDocumento" class="org.dspace.discovery.configuration.DiscoverySearchFilterFacet">
<property name="indexFieldName" value="type"/>
<property name="metadataFields">
<list>
<value>dc.type</value>
</list>
</property>
<property name="facetLimit" value="10"/>
<property name="sortOrderSidebar" value="COUNT"/>
<property name="sortOrderFilterPage" value="COUNT"/>
</bean>
Att,
Aroldo