19 Sep
2020
19 Sep
'20
1:35 p.m.
Dear all, I’m using ft:mark with Options. In older versions of basex it worked fine, but with 9.3 I don’t get any results with the „distance" option and the „not in“ option. Maybe my syntax is deprecated? Example distance: ft:mark($ele[.//text() contains text {$query_string} all using wildcards using diacritics sensitive distance at most $distance words]) Example "not in": ft:mark($ele[.//text() contains text {$query_tokens} using wildcards using diacritics sensitive not in {$dont_find} using wildcards using diacritics sensitive]) Any help is appreciated. Thanks Guenter