Summary:
filter by custom fields not working
Detailed Description:
OK, either the module help/documentation is unclear or this is actually not
working: I’m trying to show only products (in summary view) that have a certain
custom field value. Let’s say I have a text input with name “product_type” and
specified “my_value” in one of the products. I’m calling the module with:
{Products field="product_type" fieldval="my_value"}
and I would expect one product to be shown, yet, there is no change to the
default setting (without parameters), i. e. all products are shown. Likewise,
nothing happens if I write
{Products field="product_type" fieldval="::null::"}
…or any of the special values.
Plus, the help text is inconsistent, as it reads:
(optional) field="" - Used in the fieldlist and the ajax_propval actions. […]
(optional) fieldval="" - Used in the default and ajax_propval actions, […]
So, something isn’t right, here. Is it a bug or is it just not a feature?