Skip to content

Commit

Permalink
Add subject.label field to WordQuery
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Feb 22, 2018
1 parent 4a73bfe commit 2b661a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/app/controllers/resources/Queries.java
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ public List<String> fields() {
.filter(p -> !exclude.contains(p)).collect(Collectors.toList())) {
fields.addAll(p.q.fields());
}
fields.add("subject.label"); // no longer in SubjectQuery
return fields;
}

Expand Down

0 comments on commit 2b661a9

Please sign in to comment.