Replies: 2 comments 4 replies
-
What do you want to achieve which isn't possible with the default widget? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Firstly, the application is written on Angular 17 and it is relaying on custom components for rendering UI element, however to simplify the logic of applying of filter and data fetching I find out that it could be achieved using connectors (which also provide convenient API for changing if filtering logic). And as mentioned the list attributes which are used for filtering are dynamic. Thanks in advance |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, am looking for help regrading
connectDynamicWidgets
usage.Use case: on the Algolia app exists index, the facets are dynamically configured (via Configuration -> Filtering and Faceting -> Facets & Configuration -> Filtering and Faceting -> Facet display)
And the request dynamically render filters based on configured facets on the UI.
I've looked the docs and could not get how not only
attribute
name and the values which is availableCan you please advise how we could achieve desired state?
Beta Was this translation helpful? Give feedback.
All reactions