Now I preface with the knowledge that Date fields are not supported by the exp:channel:entries search parameter, but in my case, I’m attempting to display a list of entries where a specific custom date field is actually empty (ie. is yet to be set).
This is the code I’m using:
{exp:channel:entries
channel="members"
dynamic="off"
status="Open"
search:cf_members_card_printed_date="IS_EMPTY"
category_group="11"
group_id="8"
limit="50"
}Now I’ve had a squizz at the channel module code and can’t seem to find any fieldtype checking for this parameter per se, so wondering why if the field data doesn’t exist, why the above would be returning nothing. I guess the real question is, does the channel entries tag really exclude any date fieldtypes specifically.
Thanks
Brendan