Hi everybody. Does anybody know if there any way i...
# community-help
i
Hi everybody. Does anybody know if there any way in angular to change dynamically config object of algolia instant search after it was initiated already? Actually i want to change both indexName and searchClient settings
Copy code
Html
<ais-instantsearch [config]="config">

.ts
config:{
indexName: this.IndexName,
searchClient: this.searchClient ( search client was created using TypesenseInstantSearchAdapter)
}