mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-04 12:51:23 +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
|
// we use this to make sure we filter for editable & non-editable fields
|
||||||
public static final String[][] EDITABLE_FIELD_TO_QUERY_PAIRS = {
|
public static final String[][] EDITABLE_FIELD_TO_QUERY_PAIRS = {
|
||||||
{"fieldGlossaryTags", "editedFieldGlossaryTags"},
|
{"fieldTags", "editedFieldTags"},
|
||||||
{"fieldGlossaryTerms", "editedFieldGlossaryTerms"},
|
{"fieldGlossaryTerms", "editedFieldGlossaryTerms"},
|
||||||
{"fieldDescriptions", "editedFieldDescriptions"},
|
{"fieldDescriptions", "editedFieldDescriptions"},
|
||||||
{"description", "editedDescription"},
|
{"description", "editedDescription"},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user