We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.3.5
该 Bug 是前端问题,且似乎和浏览器无关
Chrome / Edge
是
该Bug是关于搜索的功能。从站点主页点击搜索,在搜索框中输入特殊字符,例如,+,会出现无法识别。而且此时,url会显示该符号,而不是%2B。
从站点主页搜索 C++:
搜索结果:
此时url:
从站点主页搜索 结构化:
url:
从搜索页面搜索 C++,搜索结果:
我觉得就是一个url编码的问题,无法将+转为%2B
The text was updated successfully, but these errors were encountered:
No branches or pull requests
主题版本
v1.3.5
Bug 类型
该 Bug 是前端问题,且似乎和浏览器无关
浏览器
Chrome / Edge
普遍性
是
问题描述
该Bug是关于搜索的功能。从站点主页点击搜索,在搜索框中输入特殊字符,例如,+,会出现无法识别。而且此时,url会显示该符号,而不是%2B。
复现步骤
截图
从站点主页搜索 C++:
搜索结果:
此时url:
从站点主页搜索 结构化:
搜索结果:
url:
从搜索页面搜索 C++,搜索结果:
url:
附加说明
我觉得就是一个url编码的问题,无法将+转为%2B
The text was updated successfully, but these errors were encountered: