The following table shows examples and descriptions of how to enter valid wildcard search queries using the new platform search box.
Example | Description |
f*d = forward, friend, frolicked | Replaces nothing or an infinite number or letter in between the word |
sport* = sports, sporty, sporting | Replaces nothing or an infinite number or letter following the root word |
lo?er = lover, loser, lower | Replaces replaces a single character (either within a word or end of a word) |
spor? = sport, spore, spork | The number of ? Represents the number of character that will be replaced |
spor?? = sports, spores, sporks |