Changes

Jump to navigation Jump to search
8 bytes added ,  21:02, 9 June 2014
* Checks if {{Code|jack}} or {{Code|john}} occurs in the input string {{Code|John Doe}}:
<pre class="brush:xquery">
ft:contains("John Doe", ("jack", "john"), map { "mode": "any" })
</pre>
* Calls the function with stemming turned on and off:
<pre class="brush:xquery">
(true(), false()) ! ft:contains("Häuser", "Haus", map { 'stemming': ., 'language':'de' })
</pre>
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu