Skip to content

Commit

Permalink
refactor(search): multiple search result handling (#610)
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre-Étienne Lord <[email protected]>
  • Loading branch information
pelord and Pierre-Étienne Lord authored Apr 21, 2021
1 parent 499d830 commit e1903af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/portal/portal.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ export class PortalComponent implements OnInit, OnDestroy {
enabledSources.includes(result.source)
)
.concat(results);
this.searchStore.load(newResults);
this.searchStore.updateMany(newResults);
}

onSearchResultsGeometryStatusChange(value) {
Expand Down

0 comments on commit e1903af

Please sign in to comment.