dianos
dianos
problem is that you're versioning them separately, so when people try to update to the latest typesense-js package they can't just put in the current version number of typesense.
I've made a workaround by storing a pointer to the configure widget and then remove it manually with removeWidget. I've also noticed another related bug: transformItems from clearRefinements is called...
Hi @Haroenv the example above no longer works with instantsearchjs 4.0 and above. Has there been any developments in implementing a working widget for this?
Hi @Haroenv, it appears that before an array of values for the 2nd level was being returned, while right now an object is returned but it's also missing the 2nd...
Your example worked up to version 3.7 of instantsearchjs. Changes done in version 4.0 broke it.