agreeable-army-26750
03/16/2023, 8:39 AM{
search(input: {type: DATASET, query: "Accounting", start: 0, count: 200}) {
start
count
total
searchResults {
entity {
urn
type
... on Dataset {
name
platform {
name
}
properties {
customProperties {
key
}
}
}
}
}
}
}
Thank you in advance!better-orange-49102
03/16/2023, 1:57 PMsearchAcrossEntities
endpoint instead of search
searchacrossentities is used by the search in the UIagreeable-army-26750
03/16/2023, 2:07 PM