Skip to content

Commit

Permalink
fix(search): fixing typo in es utils (datahub-project#6348)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe-lyons authored and cccs-tom committed Nov 18, 2022
1 parent e366567 commit bb38a52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ESUtils {

// we use this to make sure we filter for editable & non-editable fields
public static final String[][] EDITABLE_FIELD_TO_QUERY_PAIRS = {
{"fieldGlossaryTags", "editedFieldGlossaryTags"},
{"fieldTags", "editedFieldTags"},
{"fieldGlossaryTerms", "editedFieldGlossaryTerms"},
{"fieldDescriptions", "editedFieldDescriptions"},
{"description", "editedDescription"},
Expand Down

0 comments on commit bb38a52

Please sign in to comment.