Hi, I have implemented dynamic filtering using facet extraction. I added a few facets in the query parameters (in QueryBuilderImpl), where we extract the facets and build a map from the dataset, which is then used in the datasource.
The issue occurs when selecting a facet with a large result set (around 7–8k items), as it takes approximately 15–20 seconds to load.
Functionality: Property filter component
Goal: To implement a dynamic dropdown based on facets that updates dynamically according to the result se
Hi, I have implemented dynamic filtering using facet extraction. I added a few facets in the query parameters (in QueryBuilderImpl), where we extract the facets and build a map from the dataset, which is then used in the datasource.
The issue occurs when selecting a facet with a large result set (around 7–8k items), as it takes approximately 15–20 seconds to load.
Functionality: Property filter component
Goal: To implement a dynamic dropdown based on facets that updates dynamically according to the result se