I would like to use a date field with an optional "to" value.
If sy post a node and doesn't set the "to" value - the module store the from value both in the "from" and "to" field.
I think it would be better in this case to store NULL in the "to" field because now people can't filter well the "to" field in views.
It contains the from value and this will cause that the condition will be match fals true or false false in some cases.

Comments

karens’s picture

Status: Active » Closed (works as designed)

This is not a bug, this is the way the system was designed to work. Changing that would require a complete rewrite of many parts of the code. I don't have time to do that, even if I wanted to.

kepesv’s picture

Ok, thanks for your reply. I think I found a way to round this problem: custom php code in the views tpl file which re-filter the results.