In reports, what does the "Like" search function actually do?
The only time "Like" seems to work is when an exact match is found. Therefore it seems indistinguishable from "Is"
I would have assumed "Like" should function as a fuzzy string match, like php's levenshtein function.