It appears that Search is not working correctly. Please review the Search functionality and also the use of wild cards.
1) The search results will include matches to the full search string but also to any 3+ characters within that string.
For example: A search for beets would return a results list that would include beets but also any word containing bee, eet or ets such as bee, beef, beekeepers, frisbee, assets, wetsuit, meeting and Smartsheet .
2) The usage of wild cards within the Search functionality similary should be revised to match standard usage of logical expressions. Specifically, a wild card will represent one or more characters and can be placed anywhere within the search string (before, after, middle and multiple).
For example: In the Smartsheet Help section, the following expression is used as a sample string and lists some results as follows - 123* will return the values
- 1234
ABC-123-DEF
ABC-123.4
The last 2 lines should only be returned if the wild card was used before the search string as well as after it like this *123*.