diff --git a/datahub-web-react/src/app/entity/glossaryTerm/GlossaryTermEntity.tsx b/datahub-web-react/src/app/entity/glossaryTerm/GlossaryTermEntity.tsx index 14a4803155..621d279210 100644 --- a/datahub-web-react/src/app/entity/glossaryTerm/GlossaryTermEntity.tsx +++ b/datahub-web-react/src/app/entity/glossaryTerm/GlossaryTermEntity.tsx @@ -30,9 +30,9 @@ export class GlossaryTermEntity implements Entity { ); }; - isSearchEnabled = () => false; + isSearchEnabled = () => true; - isBrowseEnabled = () => false; + isBrowseEnabled = () => true; getAutoCompleteFieldName = () => 'name';