diff --git a/pages/tags/+onBeforeRender.js b/pages/tags/+onBeforeRender.js index 4c37b51..3ab989e 100644 --- a/pages/tags/+onBeforeRender.js +++ b/pages/tags/+onBeforeRender.js @@ -24,8 +24,8 @@ const tagSlugs = { 'black', 'latina', 'white', - 'natural-boobs', - 'enhanced-boobs', + 'natural-tits', + 'fake-tits', 'blonde', 'brunette', 'redhead', diff --git a/src/web/actors.js b/src/web/actors.js index 158dfd6..cf0016f 100644 --- a/src/web/actors.js +++ b/src/web/actors.js @@ -90,24 +90,32 @@ export const actorsSchema = ` id: Int! name: String slug: String + allowGlobalMatch: Boolean gender: String dateOfBirth: Date + dateOfDeath: Date age: Int ageFromBirth: Int ageThen: Int origin: Location residence: Location + ethnicity: String height: Int bust: String hip: Int waist: Int naturalBoobs: Boolean + naturalButt: Boolean + penisLength: Int + penisGirth: Int + isCircumcised: Boolean eyes: String hairColor: String - hasPiercings: Boolean hasTattoos: Boolean tattoos: String + hasPiercings: Boolean piercings: String + agency: String entity: Entity aliases: [Actor!]! scenes: Int