Global Text Search by partial numbers or codes provides inconsistant resultsDescriptionText Search does not match partial numbers or codes, as for example, incident or article numbers.Steps to Reproduce 1 - Login any demo instance on any release2 - Create a new Incident record and take note of the number generated, i.e.: INC00123453 - Wait for reindexing or force by navigating to sys_trigger.list and executing "text index events process"4 - After a few minutes perfrom a global search for 0012345 without any wildcard nor quotes. INC0012345 might display in the results, as the only left over characters are letters.5 - Repeat previous step step 4 for 012345 or 12345. Observe no matches will be found.WorkaroundThis is expected behaviour. Keyword search for a text string including partial numbers and prefixes should always be performed including wildcards "*" or "%".The stemming algorithm is used on non-numbers to find related words (e.g. "words" -> "word"). Task number fields are indexed as well, but without prefix tags (i.e. INT) or leading zeros. However, the text search still executes an exact match of the query with the indexed tokens, unless wildcards are used. Additional results outside of an exact may be inconsistent. Related Problem: PRB579531