I am working on the PWA Module that allows us to set up dynamic range price filters (not only predefined). To make it work I modified applyAggregations method. Now it tries to look for price filters inside appliedFilters. If it finds some it is added to aggregations buckets.
I am working on the PWA Module that allows us to set up dynamic range price filters (not only predefined). To make it work I modified
applyAggregations
method. Now it tries to look for price filters insideappliedFilters
. If it finds some it is added to aggregations buckets.With this PR, all I need it to work is: https://github.com/Fifciu/vsf-price-selector/blob/master/index.ts