- Issue created by @joelpittet
- Merge request !19Remove unsupported 'not_regular_expression' operator from DateBase filter → (Merged) created by joelpittet
The date_filter
module removes the regular_expression
operator from Views filter options, recognizing that regex does not make sense for date fields. However, the complementary not_regular_expression
operator is still present and should also be removed to prevent exposing invalid or confusing options.
date_filter
module enabled, expose operators.regular_expression
is removed, but not_regular_expression
is still listed.Update DateBase::operators()
to also unset the not_regular_expression
operator so that both regex-related options are excluded from the filter.
Active
1.0
Code