Skip to content

Commit

Permalink
#930 revert a autocomplete #fail
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdos committed Jan 30, 2025
1 parent 9f037ec commit 8fabb2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ private IndexFieldDTO formatIndexField(String fieldName, String fieldType, Strin
// Skip fields we don't want to expose
return null;
} else if (fieldType != null) {
f.setDataType("date");
f.setDataType(fieldType);
} else {
f.setDataType("string");
}
Expand Down

0 comments on commit 8fabb2b

Please sign in to comment.