I have integrated algolia with angular instantsearch according to the following documentation.
https://community.algolia.com/angular-instantsearch/getting-started.html
Everything is working fine so far except the one. For example, initially there are 10 data in my algolia indices. From backend, I inserted a few more data. My "ais-instantsearch", does not display the new data until I click on the browser refresh button.
As it is a single page application, I need some way to refresh the dataset. I do not know which function of ais-instantsearch I need to trigger to refresh my result dataset.
Has there any function to refresh the dataset?