If input_case_insensitive_default setting is enabled, a case-sensitive simple query cannot be copied by URL #432
Labels
configurability
“The strongest will is the will that knows how to bend.” – Alice Duer Miller
input_case_insensitive_default
setting enabledWhen the setting is enabled, we should use a different param:
isCaseSensitive
instead ofisCaseInsensitive
. This is how we handle thestatistics_search_default
setting insearchtabs
.Btw, this may be a good opportunity to update the param name to camel case:
is_case_sensitive
/is_case_insensitive
.The text was updated successfully, but these errors were encountered: