Hi everyone, I notice that Graphql search results ...
# troubleshoot
h
Hi everyone, I notice that Graphql search results include the datasets which have been deleted. Is there a way to exclude them ?
g
If you do a hard delete of the datasets that have the status removed=false, it will no longer appear in Graphql.
h
@gentle-camera-33498 - Anyway we can filter those via GraphQL. tried adding the following filters but doesnt work : {field:"status",value:"{\"removed\":true}"} {field:"removed",value:"true"}"}