Filter Help
The "?" mark as wild card is used to match exact letter in the phrase.
Example: fee? shows all items that start with fee.
The "✱" mark as wild card is used to match all letters in the phrase.
Example: *f matches any word with the "f" in it, this is the most useful for finding documents.