full-text-search-with-generated-columns
✓ RelevantImplement PostgreSQL full-text search using generated columns with custom tsvector type, to_tsvector() for indexing, and @@ operator for queries; support weighted multi-column search with setweight().