I'm working on an eCommerce solution, with filtering on custom fields.
What I want to do, is to use minimum values in the filters. In example, "only show products where foo is at least 100".
It seems the "product field" type of filter can only filter specific values ("foo is exactly 100"). My second idea was to use the range filter, and just set the max value specifically, and only allow changin the minimum value in the UI. However, it seems the range filter does not accept custom fields.
Is this a possibility in DW right out of the box? I am reluctant to create custom functionality for this.
I'm also contemplating to simply do the filtering on the client, as there is no paging in the product list – every product in the category is listed in the first request.
All ideas are welcome. :)