Add fullnameCanonical column for trigram matching (fast searching)

This commit is contained in:
Mat
2018-10-23 16:18:09 +02:00
parent 7547f99063
commit 3599a94f94
3 changed files with 88 additions and 1 deletions

View File

@@ -51,6 +51,9 @@ Chill\PersonBundle\Entity\Person:
type: text
nullable: true
length: 40
fullnameCanonical:
type: string
length: 255
manyToOne:
countryOfBirth:
targetEntity: Chill\MainBundle\Entity\Country