Skip to content

Commit

Permalink
Merge pull request #1544 from UNC-Libraries/LIB-17700
Browse files Browse the repository at this point in the history
LIB-17700 - Collection not appearing in structure browse
  • Loading branch information
sharonluong authored Mar 17, 2023
2 parents 58906bf + 5be59c5 commit 0ecf98b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/src/test/resources/search.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ search.results.defaultPerPage=20
search.results.maxPerPage=500
search.results.pagesToDisplay=10
search.results.neighborItems=7
search.results.maxBrowsePerPage=100
search.results.maxBrowsePerPage=500
search.field.searchable=ID,DEFAULT_INDEX,TITLE_INDEX,CONTRIBUTOR_INDEX,SUBJECT_INDEX,IDENTIFIER\
,RLA_SITE_CODE,RLA_CATALOG_NUMBER,RLA_CONTEXT_1
#Set to one higher than you want to display as the last value indicates whether the UI should show a "show more" link
Expand Down
1 change: 1 addition & 0 deletions web-admin-app/src/main/resources/search.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
search.results.defaultPerPage=500
search.results.maxPerPage=5000
search.results.maxBrowsePerPage=1000
#Fields which are searchable via keyword searches
search.field.searchable=ID,DEFAULT_INDEX,TITLE_INDEX,CONTRIBUTOR_INDEX,SUBJECT_INDEX
#Set to one higher than you want to display as the last value indicates whether the UI should show a "show more" link
Expand Down
2 changes: 1 addition & 1 deletion web-services-app/src/main/resources/search.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ search.results.defaultPerPage=20
search.results.maxPerPage=500
search.results.pagesToDisplay=10
search.results.neighborItems=7
search.results.maxBrowsePerPage=100
search.results.maxBrowsePerPage=500
#Fields which are searchable via keyword searches
search.field.searchable=ID,DEFAULT_INDEX,TITLE_INDEX,CONTRIBUTOR_INDEX,SUBJECT_INDEX,IDENTIFIER\
,RLA_SITE_CODE,RLA_CATALOG_NUMBER,RLA_CONTEXT_1
Expand Down

0 comments on commit 0ecf98b

Please sign in to comment.