mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-19 14:44:37 +00:00
fix(graphql-core):Auto completion/suggestion of Domains are not working (#10150)
Co-authored-by: si-chakraborty <si.chakraborty@adevinta.com> Co-authored-by: Chris Collins <chriscollins3456@gmail.com>
This commit is contained in:
parent
3d6d4f438a
commit
31c7cccd86
@ -90,7 +90,8 @@ public class SearchUtils {
|
|||||||
EntityType.CORP_USER,
|
EntityType.CORP_USER,
|
||||||
EntityType.CORP_GROUP,
|
EntityType.CORP_GROUP,
|
||||||
EntityType.NOTEBOOK,
|
EntityType.NOTEBOOK,
|
||||||
EntityType.DATA_PRODUCT);
|
EntityType.DATA_PRODUCT,
|
||||||
|
EntityType.DOMAIN);
|
||||||
|
|
||||||
/** Entities that are part of browse by default */
|
/** Entities that are part of browse by default */
|
||||||
public static final List<EntityType> BROWSE_ENTITY_TYPES =
|
public static final List<EntityType> BROWSE_ENTITY_TYPES =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user