Hi everyone,
Stumbled upon an issue and I’m not sure I’m doing anything wrong or EE is not behaving as it should.
I have an existing channel with 3 custom fields. I’ve added a Select Dropdown with manual values “yes” and “no”. There are a number of existing entries in this channel.
In my template, I want to retrieve the items that either have the value “yes” or haven’t been (or won’t be!) edited with this new Select Dropdown in place.
I’ve tried:
search:field_name=“not no”
search:field_name=“yes|IS_EMPTY”
and several combinations, ludicrous as they might seem, without results.
Except for two items that I have updates to have the value “yes”, I have done nothing to the existing entries. The last option “yes|IS_EMPTY” works well in finding these 2 items.
I was expecting “not no” would retrieve non-edited entries. Okay, not so. Why doesn’t “IS_EMPTY” give me the unedited entries?
I’ve read and reread http://ellislab.com/expressionengine/user-guide/modules/channel/parameters.html#par_search, but I must have overlooked sth.
Any clues?
This is Version 2.1.3 Build 20101220.
Thanks!... Nico