Mark more than one option in the same filter in advanced search - Dspace8

21 views
Skip to first unread message

Aroldo Rique Júnior

unread,
Feb 14, 2025, 10:42:16 PM2/14/25
to DSpace Technical Support, paulo...@mpf.mp.br
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?

image.png

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
Reply all
Reply to author
Forward
0 new messages