Skip to content

Commit

Permalink
Merge pull request #392 from NYPL/main
Browse files Browse the repository at this point in the history
main -> QA add addedAuthorTitle
  • Loading branch information
danamansana authored Jun 17, 2024
2 parents f17c8b8 + 239230f commit 6d13efa
Show file tree
Hide file tree
Showing 3 changed files with 1,251 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ const SEARCH_SCOPES = {
'parallelPublisher',
'uniformTitle.folded',
'parallelUniformTitle',
'formerTitle'
'formerTitle',
'addedAuthorTitle'
]
},
title: {
Expand All @@ -102,7 +103,8 @@ const SEARCH_SCOPES = {
'parallelTitleAlt.folded',
'parallelCreatorLiteral.folded',
'parallelUniformTitle',
'formerTitle'
'formerTitle',
'addedAuthorTitle'
]
},
contributor: {
Expand Down
Loading

0 comments on commit 6d13efa

Please sign in to comment.