==Syntax==
In 2010, the official syntax of the full-text expression has been changed from <code>ftcontains</code> to <code>contains text</code>. While BaseX 6.0 still supported both variants, the first writing was eventually removed from later releases. <!--Instead, BaseX provides the arrow shortcut <code>=>lt;-</code> to shorten full-text requests. As a consequence, the following two queries both yield <code>true</code>:
'''Query:'''
<pre class="brush:xquery">
"hello world" contains text "hello",
"hello world" => <- "hello"</pre>-->
==Query Evaluation==