diff --git a/src/app/core/data/data.service.ts b/src/app/core/data/data.service.ts index 7f77d72d3a..4caf81b256 100644 --- a/src/app/core/data/data.service.ts +++ b/src/app/core/data/data.service.ts @@ -342,7 +342,7 @@ export abstract class DataService { return hrefObs.pipe( find((href: string) => hasValue(href)), tap((href: string) => { - this.requestService.removeByHrefSubstring(href); + this.requestService.removeByHrefSubstring(searchMethod); const request = new FindListRequest(this.requestService.generateRequestId(), href, options); if (hasValue(this.responseMsToLive)) { request.responseMsToLive = this.responseMsToLive;