Skip to content

Commit

Permalink
Fixes #51 - Made all versions of Concept Sets viewable in the search box
Browse files Browse the repository at this point in the history
  • Loading branch information
aseyedia committed Oct 28, 2024
1 parent ae8b729 commit 725247b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/discovery.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3294,7 +3294,7 @@
<property name="defaultFilterQueries">
<list>
<!--Only find items, communities and collections-->
<value>search.resourcetype:Item AND latestVersion:true AND entityType_keyword:ConceptSet</value>
<value>search.resourcetype:Item AND entityType_keyword:ConceptSet</value>
<value>-withdrawn:true AND -discoverable:false</value>
</list>
</property>
Expand Down

0 comments on commit 725247b

Please sign in to comment.