Skip to content
New issue

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

当搜索框里只输入 * 时,后台索引越界。 #3382

Closed
a736730489 opened this issue Jan 19, 2022 · 3 comments
Closed

当搜索框里只输入 * 时,后台索引越界。 #3382

a736730489 opened this issue Jan 19, 2022 · 3 comments

Comments

@a736730489
Copy link

版本号:

v3.0

问题描述:

当搜索框里只输入 * 时,后台索引越界。
我的修改:QueryGenerator 类381行 value = val.length() >=2 ? val.substring(1, val.length() - 1) : "";

截图&代码:

image
image

@zhangdaiscott
Copy link
Member

收录 ty

@tygithub1
Copy link

此问题已修复

@a736730489
Copy link
Author

a736730489 commented Mar 2, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants