I’ve found a solution to my problem.
The query should be:
select * from Customers where contains(*, '"ann*"')
The quotes are the important part.
I’ve found a solution to my problem.
The query should be:
select * from Customers where contains(*, '"ann*"')
The quotes are the important part.