use wcs_tsquery everywhere
gitea/wcs/pipeline/head There was a failure building this commit Details

This commit is contained in:
Pierre Ducroquet 2024-02-28 15:53:12 +01:00
parent d483d31bff
commit 768174fb85
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ class FtsMatch(Criteria):
return unidecode.unidecode(value)
def as_sql(self):
return 'fts @@ plainto_tsquery(%%(c%s)s)' % id(self.value)
return 'fts @@ wcs_tsquery(%%(c%s)s)' % id(self.value)
class ElementEqual(Criteria):