mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Added more comments
This commit is contained in:
@@ -165,6 +165,11 @@ export abstract class DataService<T extends CacheableObject> {
|
|||||||
return this.rdbService.buildSingle<T>(href);
|
return this.rdbService.buildSingle<T>(href);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return object search endpoint by given search method
|
||||||
|
*
|
||||||
|
* @param searchMethod The search method for the object
|
||||||
|
*/
|
||||||
protected getSearchEndpoint(searchMethod: string): Observable<string> {
|
protected getSearchEndpoint(searchMethod: string): Observable<string> {
|
||||||
return this.halService.getEndpoint(`${this.linkPath}/search`).pipe(
|
return this.halService.getEndpoint(`${this.linkPath}/search`).pipe(
|
||||||
filter((href: string) => isNotEmpty(href)),
|
filter((href: string) => isNotEmpty(href)),
|
||||||
|
Reference in New Issue
Block a user