The SEARCH function fails returning a #VALUE! result if the search string is longer than the text to be searched, which is valid if wildcards or regular expressions are active. For example: SEARCH("word","^word.*") should return 1.
Taking.
Of course the example should be SEARCH("^word.*","word") ...
And therefor this case is nonsense..