diff --git a/web/app/controllers/resources/Queries.java b/web/app/controllers/resources/Queries.java index 211948760..d9b1dcc07 100644 --- a/web/app/controllers/resources/Queries.java +++ b/web/app/controllers/resources/Queries.java @@ -292,7 +292,7 @@ public static class NameQuery extends AbstractIndexQuery { @Override public List fields() { - return Arrays.asList("title", "otherTitleInformation"); + return Arrays.asList("title", "otherTitleInformation", "alternativeTitle"); } @Override