tsvector
tsvector is a data type in PostgreSQL that converts text into an optimized, searchable form by breaking it down into individual, normalized search terms. It is the technical foundation for fast full-text search within the database.
tsvector is a data type in PostgreSQL that converts text into an optimized, searchable form by breaking it down into individual, normalized search terms. It is the technical foundation for fast full-text search within the database.