w2p-85847 Add Authority to browse indexes

This commit is contained in:
Nathan Buckingham
2021-12-13 13:48:09 -05:00
parent 768de1a1e7
commit e2614b9dad
7 changed files with 45 additions and 9 deletions

View File

@@ -63,7 +63,7 @@ export class BrowseByDatePageComponent extends BrowseByMetadataPageComponent {
this.browseId = params.id || this.defaultBrowseId;
this.startsWith = +params.startsWith || params.startsWith;
const searchOptions = browseParamsToOptions(params, currentPage, currentSort, this.browseId);
this.updatePageWithItems(searchOptions, this.value);
this.updatePageWithItems(searchOptions, this.value, undefined);
this.updateParent(params.scope);
this.updateStartsWithOptions(this.browseId, metadataField, params.scope);
}));