I'm having an issue using the instantsearch Configure widget with typesense search
I set a facetFilter on Configure and it works initially, however if I add a couple other facet filters using other widgets, the facetFilter from the configure disappears
(network calls to typesense multi-search filter_by no longer adds the configuration from Configure)
I see multiple search calls go out that change the filter_by where it tries different combinations of the facets, is this to get the facet counts? Does this process somehow clobber facetFilters coming from configure?