We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9535b4c commit 5838e82Copy full SHA for 5838e82
src/components/Search/Search.tsx
@@ -59,7 +59,7 @@ const Search: Component<{
59
props.onInputConfirm(q);
60
}
61
else {
62
- navigate(`/search/${q.replaceAll('#', '%23')}`);
+ navigate(`/search/${urlSafe.replaceAll('#', '%23')}`);
63
64
onBlur();
65
resetQuery();
0 commit comments