mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 18:07:57 +00:00
fix(glossary terms): address the glossary terms on columns bug (#3542)
This commit is contained in:
parent
306ff24e27
commit
4bcc1f04f6
@ -35,7 +35,7 @@ export default function GlossaryTermProfile() {
|
||||
const glossaryTermHierarchicalName = data?.glossaryTerm?.hierarchicalName;
|
||||
const entitySearchResult = useGetEntitySearchResults(
|
||||
{
|
||||
query: `glossaryTerms:"${glossaryTermHierarchicalName}" OR fieldGlossaryTerms:"${glossaryTermHierarchicalName}"`,
|
||||
query: `glossaryTerms:"${glossaryTermHierarchicalName}" OR fieldGlossaryTerms:"${glossaryTermHierarchicalName}" OR editedFieldGlossaryTerms:"${glossaryTermHierarchicalName}"`,
|
||||
},
|
||||
searchTypes,
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user