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-14484: Go to value displays Equals, acts like Contains #1157

Closed
mofojed opened this issue Mar 16, 2023 · 0 comments
Closed

DH-14484: Go to value displays Equals, acts like Contains #1157

mofojed opened this issue Mar 16, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@mofojed
Copy link
Member

mofojed commented Mar 16, 2023

Reported on Enterprise DH-14484.

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 column “A” “Contains” “a2”. change the search to column “Int”, “5000”, verify that you are now shown the proper row.

change the search back to column “A”; NOTE that the search-type now says “Equals”, and the value is “a5000”. search for the “next” value (down arrow or enter in the search-box); you are now brought to a row where “A” does not “Equals” “a5000”. though “Equals” is displayed, it is acting as “Contains”, which is what we had originally selected (before searching for “Int”)

@mofojed mofojed added bug Something isn't working triage Issue requires triage labels 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
@vbabich vbabich closed this as completed Mar 22, 2023
@vbabich vbabich removed the triage Issue requires triage label Mar 22, 2023
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
Development

No branches or pull requests

2 participants