Prevent the record detail paginator from trying to execute a search (to
find the current details) as users type in new search params in the
record detail seach form.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
return this.refreshSearch().then(ok => {
this.index = this.searchContext.indexForResult(this.id);
- if (this.index === null) {
- console.warn(
- 'No search results found containing the focused record.');
- }
resolve();
});
});
</div>
<div class="row ml-0 mr-0">
<div id='staff-catalog-bib-navigation'>
- <div *ngIf="searchContext.isSearchable()">
- <eg-catalog-record-pagination [recordId]="recordId" [recordTab]="recordTab">
- </eg-catalog-record-pagination>
- </div>
+ <eg-catalog-record-pagination [recordId]="recordId" [recordTab]="recordTab">
+ </eg-catalog-record-pagination>
</div>
<!-- push the actions component to the right -->
<div class="flex-1"></div>