Hi everyone,
need support using the Contains function. I am doing a simple word search and would like to get the number of hits.
Example text:
A brown cat is in the garden for brown cats.
Keyword:
brown cat
The contains function returns '-1' even though there are two hits in the sentence. Any suggestions?