Quote from Alex Dovlatov on December 4, 2025, 13:16
Hello
Without set range filter doesn't know min/max - it should always be set there manually. The plugin does not calculate min/max values automatically from your meta fields because this would require scanning all products on every page load, which is very resource-intensive operation.
What "Dynamic recount" actually does:
- It recalculates which filter options to SHOW based on current search/filter results
- It shows actual available terms and elements according to the current filtering state
- But it does NOT calculate min/max ranges for sliders dynamically
What happened in your case:
When you removed the range values (1^100), the slider fallback to default 0-100 range. This is expected behavior.
How to set it up correctly:
1. Check your actual min/max values in your products (for example, if your custom field has values from 50 to 500)
2. Set this range manually in slider settings: 50^500
3. Enable "Dynamic recount" - this will only affect the visibility of filter options based on search results, not the slider range
The slider range must be configured manually based on your actual product data. You need to know what values your custom fields contain and set the appropriate min^max in slider settings.
Hope this clarifies!
Hello
Without set range filter doesn't know min/max - it should always be set there manually. The plugin does not calculate min/max values automatically from your meta fields because this would require scanning all products on every page load, which is very resource-intensive operation.
What"Dynamic recount" actually does:
- It recalculates which filter options to SHOW based on current search/filter results
- It shows actual available terms and elements according to the current filtering state
- But it does NOT calculate min/max ranges for sliders dynamically
What happened in your case:
When you removed the range values (1^100), the slider fallback to default 0-100 range. This is expected behavior.
How to set it up correctly:
1. Check your actual min/max values in your products (for example, if your custom field has values from 50 to 500)
2. Set this range manually in slider settings: 50^500
3. Enable"Dynamic recount" - this will only affect the visibility of filter options based on search results, not the slider range
The slider range must be configured manually based on your actual product data. You need to know what values your custom fields contain and set the appropriate min^max in slider settings.
Hope this clarifies!