Skip to content

Commit

Permalink
Merged in CST-10326 (pull request DSpace#860)
Browse files Browse the repository at this point in the history
[CST-10326] Changed the relationAuthorResearchOutputsConfiguration defaultFilterQueries. Now edited books show up on the individual profile page
  • Loading branch information
15rubles authored and corrad82-4s committed Jun 14, 2023
2 parents 109ee0f + c41945a commit 64429d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspace/config/spring/api/discovery.xml
Expand Up @@ -984,7 +984,7 @@
<property name="defaultFilterQueries">
<list>
<!--Only find related items. The placeholder {0} will be replaced with scope (UUID of item)-->
<value>author_authority:{0}</value>
<value>author_authority:{0} OR editor_authority:{0}</value>
</list>
</property>
<!--Default result per page -->
Expand Down

0 comments on commit 64429d5

Please sign in to comment.