When updating the filterState
manually, you need to call filterState.notifyChange()
for all components to update themselves with the new filterState
. We require that you explicitly notify changes to avoid unnecessary Algolia requests when modifying several filters, and minimize the number of operations.