In boolean mode apple*
will find apple, apples, applestore
. But it will not find me (dummy words) Mapple, Trapple
. So I tried using *apple
but that doesn't work.
Is it not possible to find for words ending in apple with full text search? Or am I missing something from the documentation?