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

DH-14483 Go to value skips valid rows #1156

Closed
mofojed opened this issue Mar 16, 2023 · 0 comments · Fixed by #1162
Closed

DH-14483 Go to value skips valid rows #1156

mofojed opened this issue Mar 16, 2023 · 0 comments · Fixed by #1162
Assignees
Labels
bug Something isn't working
Milestone

Comments

@mofojed
Copy link
Member

mofojed commented Mar 16, 2023

Referencing JIRA DH-14483

in code-studio, execute the simple query;

t = emptyTable(1000000).update("A=`a`+ii", "Int=ii")

open the “Go to value” bar. do a search for “A” “Contains” “a2”. while still in the “a2” box, press enter. we would expect the following rows to be selected for each “enter”;

a2
a20
a21
a22
a23
a24
... etc

but it seems that valid matching rows are being skipped

@mofojed mofojed added bug Something isn't working triage Issue requires triage labels Mar 16, 2023
@mofojed mofojed removed the triage Issue requires triage label Mar 16, 2023
@mofojed mofojed added this to the March 2023 milestone Mar 16, 2023
Zhou-Ziheng added a commit that referenced this issue Mar 20, 2023
…r, and `shift+enter` Doesn't go to Previous (#1162)

- Fixes #1156, #1157
- Fixed a bug where goto value on string column skips rows
- Fixed a bug where string column's filter displays `equals` and behaves as `contains`
- Allows user to use shift + enter to seek backwards
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants