SEARCH() and ISERROR() in Everything are currently quirky.
I'm working on making SEARCH() behave exactly the same as Excel.
SEARCH() in Everything returns a null value when the term is not found.
SEARCH() in Excel will return #VALUE! when the term is not found.
Everything doesn't have a #VALUE! type.
I have added ISERROR() in 1367a
This function is also currently quirky.
For now, I have made ISERROR(x) return 1 when the type of x is null. Otherwise, it returns 0.
For now, you should see the expected results with ISERROR(SEARCH("term","text"))
However, ...
SEARCH() in Everything currently does not support wildcards.
I'll add support in a future update.
For now, please try the
stem() formula function.