mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-12 18:47:45 +00:00
fix(glossary): Make terms searchable and browseable (#3140)
This commit is contained in:
parent
72af0c317a
commit
eb26b2f59d
@ -30,9 +30,9 @@ export class GlossaryTermEntity implements Entity<GlossaryTerm> {
|
||||
);
|
||||
};
|
||||
|
||||
isSearchEnabled = () => false;
|
||||
isSearchEnabled = () => true;
|
||||
|
||||
isBrowseEnabled = () => false;
|
||||
isBrowseEnabled = () => true;
|
||||
|
||||
getAutoCompleteFieldName = () => 'name';
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user