We have a globally searchable custom field with values like 12345-1, 12454-2, etc. Basically, a series of random numbers with a hyphen (in some cases).
If we search 12345, the 12345-1 record isn't captured. We have to add the hyphen to recognize 12345-1. I'm trying to understand why is that the case. 12345- isn't even an exact match but it captured 12345-1 record. What makes 12345 (no hyphen) not work?