Now that title lives on document_versions, the full-text search vector
belongs there too. Drop the generated column and GIN index from
documents, recreate them on document_versions, and update the document
filter to query the latest version's search_vector.
Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>