-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for dynamicWidgets #106
Comments
|
We need to add support for this on the Typesense Server side first: typesense/typesense#612 |
I see that instead of the |
This is now available. Here's how to use it: #150 (comment) |
Description
TS adapter does not support dynamic widgets which are supposed to reduce network traffic.
Steps to reproduce
Example from
https://www.algolia.com/doc/api-reference/widgets/dynamic-facets/js/
Produces the following error:
TypesenseInstantsearchAdapter.js:41
Error: 404 - Could not find a facet field named
*
in the schema.at TypesenseInstantsearchAdapter1._validateTypesenseResult (TypesenseInstantsearchAdapter.js:81:13)
at TypesenseInstantsearchAdapter.js:28:14
at Array.map ()
at TypesenseInstantsearchAdapter1._callee$ (TypesenseInstantsearchAdapter.js:27:58)
at tryCatch (runtime.js:63:40)
at Generator.invoke [as _invoke] (runtime.js:294:22)
at Generator.next (runtime.js:119:21)
at asyncGeneratorStep (asyncToGenerator.js:3:24)
at _next (asyncToGenerator.js:25:9)
The text was updated successfully, but these errors were encountered: