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
full search with numeric+alpha string then the search is like numeric space alpha for example 1234abcd is searched as "1234 abcd" what is the reason for splitting 1 string it in to 2 strings when search string starts with number, how to avoid this and search for full string "1234abcd"?