One more bit of logic for the reindexer

This commit is contained in:
James Agnew 2018-12-04 20:29:20 -05:00
parent d150340d53
commit 31f6a0b22b
1 changed files with 1 additions and 1 deletions

View File

@ -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();