Relative Content

Tag Archive for postgresqlfull-text-search

Multicolumn seach vector with postgresql

In a postsgresql v13 database, I want to add a search vector on a table, and i want to put several columns (not all the same type) in that vector.
I have some 7 text columns, 1 json column and 1 jsonb column :/