Search criteria validation on server start-up
The PolicyCenter production server validates your search configuration whenever the server receives a start-up request. If the validation fails, the server does not start. The production server validates the following:
- The CriteriaDef entity and
targetEntityattributes reference real entities. - The
targetEntitytype is a persistent entity. - The
targetPropertyattributes reference searchable properties on the target entity, except for those onArrayCriterionelements that must reference an array column. - The type of each
propertyattribute on aCriterionelement matches the type of its correspondingtargetProperty, for example, that both are strings or both are numbers. - All
Criterionmatch types (matchType) are suitable for the criterion property. For example, you can usestartsWithonly forStringproperties.)
See also
