A wildcard is a symbol (like * or ?) that stands in for unknown characters. It helps users match variations of search terms.
A wildcard is a placeholder character used in queries to match patterns. Examples: shoe* → shoes, shoelace; ?at → cat, hat, mat.
? (question mark): Matches exactly one character.Wildcards are flexible query tools that match patterns. Use with care in e-commerce to help shoppers without overloading the system.
See these concepts in action: semantic, typo-tolerant search for Shopify stores — implemented by Rapid Search