Hi,
I have a text pharse and i want to do an extact match search (for example: "What is my name blaka")
I wrote this query: ... WHERE (CONTAINS ('bla'')) but i keeps finding me the word blaka where i dont want it to return results in that example.
becuase the word is blaka and i search for bla. what can i do to do an exact match?
Thanks!