Hi everyone, I notice that Graphql search results include the datasets which have been deleted. Is there a way to exclude them ?
g
gentle-camera-33498
11/03/2022, 5:57 PM
If you do a hard delete of the datasets that have the status removed=false, it will no longer appear in Graphql.
h
handsome-football-66174
11/03/2022, 6:26 PM
@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"}"}