One more bit of logic for the reindexer
This commit is contained in:
parent
d150340d53
commit
31f6a0b22b
|
@ -164,7 +164,7 @@ public class ResourceIndexedSearchParamString extends BaseResourceIndexedSearchP
|
|||
@Override
|
||||
@PrePersist
|
||||
public void calculateHashes() {
|
||||
if (myHashNormalizedPrefix == null && myModelConfig != null) {
|
||||
if ((myHashIdentity == null || myHashNormalizedPrefix == null || myHashExact == null) && myModelConfig != null) {
|
||||
String resourceType = getResourceType();
|
||||
String paramName = getParamName();
|
||||
String valueNormalized = getValueNormalized();
|
||||
|
|
Loading…
Reference in New Issue