// overriddenSystemFields; queries resolve via the system column.
if field == alias && sadefs.IsSystem(field) {
//nolint:forbidigo
panic(fmt.Sprintf("registrable component validation error: system search attribute %q cannot be overridden by a CHASM component", field))
}
if _, ok := rc.searchAttributesMapper.overriddenSystemFields[field]; ok {
registrable_component.go
//nolint:forbidigo
panic(fmt.Sprintf("registrable component validation error: system search attribute override %q is already defined", field))
}
continue
}