diff --git a/datahub-web-react/src/graphql/search.graphql b/datahub-web-react/src/graphql/search.graphql index 8012978ed9..62c8e4d17f 100644 --- a/datahub-web-react/src/graphql/search.graphql +++ b/datahub-web-react/src/graphql/search.graphql @@ -223,6 +223,9 @@ fragment autoCompleteFields on Entity { parentDomains { ...parentDomainsFields } + displayProperties { + ...displayPropertiesFields + } } ... on DataProduct { properties {