Tried to add clearable to search input but it breaks it.
@@ -173,7 +173,7 @@
## use_new_editor=true
# Choose whether to enable the new global search or not.
- ## use_new_global_search=false
+ ## use_new_global_search=true
# Choose whether to enable the new generic context popover or not.
## use_new_context_popover=false
@@ -177,7 +177,7 @@
# Choose whether to enable the new SQL syntax checker or not
## enable_sql_syntax_check=false
@@ -1316,7 +1316,7 @@ ENABLE_SQL_SYNTAX_CHECK = Config( # To remove when syntax check is ready
USE_NEW_GLOBAL_SEARCH = Config( # To remove when the new global search is ready
key='use_new_global_search',
- default=False,
+ default=True,
type=coerce_bool,
help=_('Choose whether to use the new global search or not.')
)