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
Describe the bug
Fuzzy search with underscore returns wrong results
Expected behavior
Fuzzy search with underscore should match underscore exactly
Acutally behavior
The query treats the underscore as an arbitrary single-character match in SQL LIKE.
For example, when search 'test_*', got both 'test23' and 'test_1'
How to Reproduce
create config with data-id 'test23' and 'test_1', then search with 'test_*'
The text was updated successfully, but these errors were encountered:
gaoliang
added a commit
to gaoliang/nacos
that referenced
this issue
Jan 22, 2022
Describe the bug
Fuzzy search with underscore returns wrong results
Expected behavior
Fuzzy search with underscore should match underscore exactly
Acutally behavior
The query treats the underscore as an arbitrary single-character match in SQL LIKE.
For example, when search 'test_*', got both 'test23' and 'test_1'
How to Reproduce
create config with data-id 'test23' and 'test_1', then search with 'test_*'
The text was updated successfully, but these errors were encountered: