Index: openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl,v diff -u -r1.41.2.8 -r1.41.2.9 --- openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl 30 Apr 2021 17:42:53 -0000 1.41.2.8 +++ openacs-4/packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl 2 Sep 2021 16:41:05 -0000 1.41.2.9 @@ -308,7 +308,7 @@
  • "quoted text": text inside quote marks will be converted to terms separated by <-> operators, as if processed by phraseto_tsquery.
  • OR: logical or will be converted to the | operator.
  • -
  • -: the logical not operator, converted to the the ! operator.
  • +
  • -: the logical not operator, converted to the ! operator.
  • For further documentation see also: https://www.postgresql.org/docs/11/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES