mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-24 00:23:50 +00:00
Add fullnameCanonical column for trigram matching (fast searching)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user