fix(search): fixing typo in es utils (#6348)

This commit is contained in:
Gabe Lyons 2022-11-02 16:27:35 -07:00 committed by GitHub
parent aa06f31291
commit fbd285e9b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"},