What does this error mean:
tsearch=# select case when title_fts is null then '' else title_fts endfrom article;ERROR: Void valuetsearch=#
title_fts is datatype txtidx. If the '' is replaced with 'anything' thenit works fine.
--Thomas T. Thai