When I attempt to search in the full-text catalog which is my created earlier, I haven't been finding any word within database.
For example:
My word: Where
CONTAINSTABLE(TABLO,*,' "*Where*" ')
Here is no problem.
But,
CONTAINSTABLE(TABLO,*,' "*here*" ')
if I wrote a thing like above the line,no rows returning.What should I do?