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