Skip to content

Commit

Permalink
Merge pull request #1931 from hbz/rpb-37-schoeneNummer
Browse files Browse the repository at this point in the history
Rename biblioVinoId to schoeneNummer (RPB-37)
  • Loading branch information
fsteeg authored Nov 17, 2023
2 parents 52ae78f + af94a14 commit 55af810
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/alma/index-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@
"analyzer": "id_analyzer",
"type": "text"
},
"biblioVinoId": {
"schoeneNummer": {
"analyzer": "id_analyzer",
"type": "text"
},
Expand Down
2 changes: 1 addition & 1 deletion web/app/controllers/resources/Queries.java
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ private static boolean hasLabel(String queryString) {
public static class IdQuery extends AbstractIndexQuery {
@Override
public List<String> fields() {
return Arrays.asList("isbn", "issn", "hbzId", "rpbId", "biblioVinoId");
return Arrays.asList("isbn", "issn", "hbzId", "rpbId", "schoeneNummer");
}

@Override
Expand Down

0 comments on commit 55af810

Please sign in to comment.