Find exact text and not contains

Hello guys,

We're dealing it some issue on attempting this:

Right now with find() function or exact() you can't achieve the following:

Let's say we have an e-mail with this phrase "I am an idealist", and on the other hand we have a key defined as: "ideal", right now because the body considers all the text, if you try with find(), the output is true because it finds "ideal" on "am an [ideal]ist", and the exact() will not work as well because "am an idealist" is not the same as "ideal", even if the key was "idealist" it will output false as well.

Any ideas?

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data