mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-03 12:16:10 +00:00
fix(search): fixing typo in es utils (#6348)
This commit is contained in:
parent
aa06f31291
commit
fbd285e9b8
@ -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"},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user