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
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
The text was updated successfully, but these errors were encountered:
…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
Referencing JIRA DH-14483
in code-studio, execute the simple query;
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”;
but it seems that valid matching rows are being skipped
The text was updated successfully, but these errors were encountered: