Merged DDF Network with Porn World. Fixed and updated DDF/PW scraper.

This commit is contained in:
2020-07-12 22:36:53 +02:00
parent 70c60e93ac
commit a7707b7b28
66 changed files with 94 additions and 73 deletions

View File

@@ -184,10 +184,10 @@ async function updateReleasesSearch(releaseIds) {
COALESCE(releases.title, '') || ' ' ||
entities.name || ' ' ||
entities.slug || ' ' ||
COALESCE(entities.alias, '') || ' ' ||
COALESCE(array_to_string(entities.alias, ' '), '') || ' ' ||
COALESCE(parents.name, '') || ' ' ||
COALESCE(parents.slug, '') || ' ' ||
COALESCE(parents.alias, '') || ' ' ||
COALESCE(array_to_string(parents.alias, ' '), '') || ' ' ||
COALESCE(releases.shoot_id, '') || ' ' ||
COALESCE(TO_CHAR(releases.date, 'YYYY YY MM FMMM FMmonth mon DD FMDD'), '') || ' ' ||
STRING_AGG(COALESCE(actors.name, ''), ' ') || ' ' ||