[TLC-380] Template link, spec test, doc fixup as per review

This commit is contained in:
Kim Shepherd
2023-02-06 13:01:33 +13:00
parent 6883b8c782
commit d86e8ed0a8
12 changed files with 117 additions and 72 deletions

View File

@@ -48,8 +48,8 @@ export const BrowseDefinitionDataServiceStub: any = {
/**
* Get the browse URL by providing a list of metadata keys
* @param metadatumKey
* @param linkPath
*
* @param metadataKeys a list of fields eg. ['dc.contributor.author', 'dc.creator']
*/
findByFields(metadataKeys: string[]): Observable<RemoteData<BrowseDefinition>> {
let searchKeyArray: string[] = [];