Skip to content

Commit

Permalink
Use correct relation for institution files
Browse files Browse the repository at this point in the history
  • Loading branch information
futa-ikeda committed Oct 10, 2023
1 parent 0a30b09 commit ef29ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/institutions/discover/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default class InstitutionDiscoverController extends Controller {
key = 'creator.affiliation';
break;
case ResourceTypeFilterValue.Files:
key = 'isContainedby.affiliation';
key = 'isContainedBy.affiliation';
break;
default:
break;
Expand Down

0 comments on commit ef29ad2

Please sign in to comment.