Exact string match in content query

Hi,

Is there any way to match an exact string in an content query. Example “test test”. I want to match just “test test” in the content, not only “test”.

I have two emails, one that includes test test in the body and one that only have test.
Running an search query on “Content LIKE ‘test test’” both email matches.

Best regards
Michael

It seems like its an postgresql problem? in an test instans with MYSQL fulltext indexing it works with Content LIKE ’ “test test” ', how ever in the prod system which is running postgresql it is not working.