pub fn to_tsvector_with_search_config<T: TextOrNullableText + SingleValue, config, document_content>(
    config: config,
    document_content: document_content
) -> to_tsvector_with_search_config<T, config, document_content>
where config: AsExpression<RegConfig>, document_content: AsExpression<T>,