From ed7f20c6af70f58f2eb50d581d10dd871cf46cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre-=C3=89tienne=20Lord?= Date: Fri, 19 Jan 2024 13:51:39 -0500 Subject: [PATCH] fix(search-result-tool): adjust to fit with igo2-lib 16.2.0 --- .../pages/portal/panels/search-results-tool/search.state.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/pages/portal/panels/search-results-tool/search.state.ts b/src/app/pages/portal/panels/search-results-tool/search.state.ts index e5294573..02d0e87f 100644 --- a/src/app/pages/portal/panels/search-results-tool/search.state.ts +++ b/src/app/pages/portal/panels/search-results-tool/search.state.ts @@ -1,6 +1,6 @@ import { Injectable } from '@angular/core'; -import { EntityRecord, EntityStoreFilterCustomFuncStrategy, EntityStoreStrategyFuncOptions, EntityStoreWithStrategy } from '@igo2/common'; +import { EntityRecord, EntityStoreFilterCustomFuncStrategy, EntityStoreStrategyFuncOptions, EntityStore } from '@igo2/common'; import { ConfigService, StorageService } from '@igo2/core'; import { SearchResult, SearchSourceService, SearchSource, CommonVectorStyleOptions } from '@igo2/geo'; import { BehaviorSubject, Subscription } from 'rxjs'; @@ -34,7 +34,7 @@ export class SearchState { /** * Store that holds the search results */ - readonly store: EntityStoreWithStrategy = new EntityStoreWithStrategy([]); + readonly store: EntityStore = new EntityStore([]); /** * Search types currently enabled in the search source service