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
目前的 课程名称/新旧课程号 上课时间 等各项搜索功能似乎使用的是未经处理的字符串匹配。然而,当用户从其他地方复制文本粘贴至搜索框中时,很容易由于种种原因在字符串头尾引入多余空格,导致无法正常搜索。
希望可以对这一功能的实现略做改进。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前的 课程名称/新旧课程号 上课时间 等各项搜索功能似乎使用的是未经处理的字符串匹配。然而,当用户从其他地方复制文本粘贴至搜索框中时,很容易由于种种原因在字符串头尾引入多余空格,导致无法正常搜索。
希望可以对这一功能的实现略做改进。
The text was updated successfully, but these errors were encountered: