Skip to content

Commit

Permalink
Merging
Browse files Browse the repository at this point in the history
  • Loading branch information
John Joyce committed Jan 26, 2024
1 parent f88c2af commit 2cb5b64
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,9 @@ private static QueryBuilder buildEqualsConditionFromCriterionWithValues(

private static Set<String> getFieldTypes(
Map<String, Set<SearchableFieldSpec>> searchableFields, String fieldName) {

// hasActiveIncidents

Set<SearchableFieldSpec> fieldSpecs =
searchableFields.getOrDefault(fieldName, Collections.emptySet());
Set<String> fieldTypes =
Expand Down

0 comments on commit 2cb5b64

Please sign in to comment.