Description
While reviewing PR #403, we discovered that one reference to the old enum name was not updated.
In src/utils/url/index.ts at line 189, HASH_PARAM_NAMES.QUERY_IS_CASE_SENSITIVE should be renamed to HASH_PARAM_NAMES.SEARCH_IS_CASE_SENSITIVE to be consistent with the parameter renaming in PR #403.
Reference