Page 1 of 1

[solved] module maker where_x = y

Posted: Fri Jun 22, 2012 10:40 am
by crankshaft
Hi;

I have used this module for many years, but now I have a need to be able to filter by one of the fields which has been defined, in this case it is named product.

Reading the help, it seems to suggest that you can use the where_ option to filter the results, but it seems that this is not working as I expected it to.

Code: Select all

{cms_module module="FAQ" what="question" where_product="Express" template="faq_main"}
What I am looking for here is to display all of the FAQ's where the product="Express" but when I set this to any of the drop down product options, it always returns null.

And yes, I am very sure that I have used the exact -cases sensitive field and search criteria, I have checked this many times over.

Has anybody else got this particular feature working on a user-defined field ??