Commits

Alexandre Vryghem authored e251c2c3417 Merge
Merge branch 'advanced-search_contribute-7.6' into advanced-search_contribute-main

# Conflicts: # src/app/shared/search-form/search-form.component.spec.ts # src/app/shared/search-form/search-form.component.ts
No tags
gidlmaster

src/app/shared/search/search.component.ts

Modified
470 470 protected getSearchOptions(): Observable<PaginatedSearchOptions> {
471 471 return this.searchConfigService.paginatedSearchOptions;
472 472 }
473 473
474 474 /**
475 475 * Retrieve search filters by the given search options
476 476 * @param searchOptions
477 477 * @private
478 478 */
479 479 private retrieveFilters(searchOptions: PaginatedSearchOptions) {
480 - this.filtersRD$.next(null);
481 480 this.searchConfigService.getConfig(searchOptions.scope, searchOptions.configuration).pipe(
482 481 getFirstCompletedRemoteData(),
483 482 ).subscribe((filtersRD: RemoteData<SearchFilterConfig[]>) => {
484 483 this.filtersRD$.next(filtersRD);
485 484 });
486 485 }
487 486
488 487 /**
489 488 * Retrieve search result by the given search options
490 489 * @param searchOptions

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut