Related/follow-up to #2743 ...
Describe your issue or idea
The settings in this page are already overwhelming as they are, and if more search items were to be added to the list, it would get longer and longer, requiring too much scrolling.
To top it off this section specifically does some weird things with its validation as well in order to ensure that the default search item does not get disabled, introducing a really weird UI pattern:
I feel that if we converted this to the same UI pattern we use in the Language management UI, it would be much better...
Steps to reproduce (if reporting a bug)
Navigate to /admin/config/search/settings
Recent comments
Just FYI, for field API date fields that use ISO format (basically a string), the resulting expression produced by the date_views_filter_handler_simple handler is DATE_FORMAT(STR_TO_DATE(...
Filter view on date
I think storing as timestamps would be the simplest and best way. Thanks for the help!!
Filter view on date
Yes, what I suspected. The core views filter handler for dates (views_handler_filter_date) can only handle UNIX timestamp sql columns. You'll either need to extend that filter handler to...
Filter view on date