You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "feat: make redirects via the input component case-insensitive" (#877)
This reverts commit 30eefe2 / #875.
Reason being I made it a minor bump when it should probably be major, considering that the changes to the component may change the current behaviour of users' redirects if they rely on case-sensitivity of their redirects.
Copy file name to clipboardExpand all lines: docs/pages/search-ui/input.mdx
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,12 +133,6 @@ function Example() {
133
133
}
134
134
```
135
135
136
-
### Note
137
-
138
-
The `Input` component treats redirects as _case-insensitive_, meaning the user-inputted value `Computer` returns the redirect for the query `computer` and vice versa.
139
-
140
-
The component does not support the handling of multiple redirects for queries of the same word with varied letter casing. For example, if you have created redirects for each of the queries `computer`, `Computer`, and `COMPUTER`, only one of them is used (dependent upon your browser).
0 commit comments