We are looking into the Search Capabilities and fo...
# ui
a
We are looking into the Search Capabilities and found that there are somehow limited. I can see that we may be able to built search strings with AND and OR but we need to use URNs which is not user friendly. Is there an easier way to do search for multiple types of parameters.
Copy code
(*ent_*) AND (glossaryTerms:"253a63d7-7973-49bd-b2db-12179c16c87f")
here I am looking for 2 things a table name and sometihing that have a glossary term. Ideally we can use that in an easier way. Any ideas of how to do that?
b
click on the glossary term page and find the table via "related entities"?
a
yes we are aware of that option but we want the ability to build more complex searches
we also know that within related entities you can further search
b
Yes! So you can use the filters field in search to add filters for specific field values
like
Copy code
{
  "field": "glossaryTerms",
  "value": "urn:li:glossaryTerm:253a63d7-7973-49bd-b2db-12179c16c87f"
}
b
@big-carpet-38439 are you suggesting for users to search via GraphQL? 🤔
a
thanks John we noticed it can be done but it is not very user friendly unfortunately
will be great to enhance the search capabilities - that is one of the main uses of the tool for us - data discovery.