Skip to content

Commit

Permalink
Merge #2099 from branch 'rpb-114-alternativeTitle' of github.com:hbz/…
Browse files Browse the repository at this point in the history
…lobid-resources
  • Loading branch information
dr0i committed Nov 21, 2024
2 parents f90adce + ff4d415 commit 6593cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/app/controllers/resources/Queries.java
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ public static class NameQuery extends AbstractIndexQuery {

@Override
public List<String> fields() {
return Arrays.asList("title", "otherTitleInformation");
return Arrays.asList("title", "otherTitleInformation", "alternativeTitle");
}

@Override
Expand Down

0 comments on commit 6593cd3

Please sign in to comment.