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"?