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”)
Reported on Enterprise DH-14484.
in code-studio, execute the simple query;
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”)