Fixed session options in http module.

This commit is contained in:
DebaucheryLibrarian
2021-03-23 15:25:21 +01:00
parent b2ad031c54
commit 193af9bab5
7 changed files with 387 additions and 188 deletions

View File

@@ -227,7 +227,7 @@ async function updateReleasesSearch(releaseIds) {
COALESCE(parents.slug, '') || ' ' ||
COALESCE(array_to_string(parents.alias, ' '), '') || ' ' ||
COALESCE(releases.shoot_id, '') || ' ' ||
COALESCE(TO_CHAR(releases.date, 'YYYY YY MM FMMM FMmonth mon DD FMDD'), '') || ' ' ||
COALESCE(TO_CHAR(releases.date, 'YYYY YY MM FMMM FMMonth mon DD FMDD'), '') || ' ' ||
STRING_AGG(COALESCE(actors.name, ''), ' ') || ' ' ||
STRING_AGG(COALESCE(directors.name, ''), ' ') || ' ' ||
STRING_AGG(COALESCE(tags.name, ''), ' ') || ' ' ||