i'm looking if it is possible to use the search_* function, that ships with the LISTIT2 module, in such a way that i can look for rows where a certain field is not empty.
For example:
i have a LISTIT2 inctance which is a list of products, each product has a non mandatory field for the upload of a technical sheet.
Can i then get only the products that have technical sheets whith the module tag OR do i need the create a if statement in my template?
the disadvantage of the if state ment is that if there are products, but none with the technical sheet, the template loop will be run anyway.
I tried this code but it returns an error
Code: Select all
{ListIt2products search_dop!=""}
Code: Select all
{ListIt2products search_dop="*"}