New AttributeProfile structure ( version3)

This commit is contained in:
TeoV
2019-03-01 14:35:32 +02:00
committed by Dan Christian Bogos
parent cc818b0199
commit a5ee8e8398
45 changed files with 387 additions and 424 deletions

View File

@@ -364,12 +364,11 @@ type TPAttribute struct {
Contexts string `index:"2" re:""`
FilterIDs string `index:"3" re:""`
ActivationInterval string `index:"4" re:""`
FieldName string `index:"5" re:""`
Initial string `index:"6" re:""`
AttributeFilterIDs string `index:"5" re:""`
FieldName string `index:"6" re:""`
Substitute string `index:"7" re:""`
Append bool `index:"8" re:""`
Blocker bool `index:"9" re:""`
Weight float64 `index:"10" re:"\d+\.?\d*"`
Blocker bool `index:"8" re:""`
Weight float64 `index:"9" re:"\d+\.?\d*"`
CreatedAt time.Time
}