<@U01NZ4D0LDD> you mentioned here an issue with cr...
# community-help
j
@Jason Bosco you mentioned here an issue with crete-instantsearch-app https://typesense-community.slack.com/archives/C01P749MET0/p1646357988719909?thread_ts=1646357125.367679&amp;cid=C01P749MET0 is there a workaround for instantsearch dynamicWidgets and the facet: * error? (i.e. is there a way to use dynamic widgets with typesense?)
j
@Jeff Guilfoyle I haven't looked into how dynamic widgets work in instantsearch yet. I know they doesn't work out of the box with Typesense. Need to dig into it further
👍 1
a
I believe there is a couple modes dynamicWidgets can work in. default is all facets get prefetched data ( I think 20 documents or so) star * is passed to indicate that. And that definitely fails with TS, but possibly the other mode which is less dynamic where we explicitly indicate the facets could be a quicker implementation for TS.