When adding tags to a product in the Shopify admin, the autocomplete suggests any tag that contains the typed text anywhere in the tag name. This causes accidental tag additions when similar tags exist in the store.
For example, typing “4000” suggests both “compat-john-deere-4000” and “compat-ford-new-holland-4000”, making it easy to select the wrong tag by mistake.
The autocomplete should only suggest tags that start with the typed text (prefix match), not tags that contain it anywhere. This would prevent accidental tag errors and improve accuracy when managing large tag libraries.