I'm trying to search Sharepoint & Teams files through POST https://graph.microsoft.com/v1.0/search/query
. I passed the entityType
as listItem
in the request body so that I could able to search Sharepoint, Teams & Onedrive files.
But in my case, I should ignore the files from Onedrive.
Is there a way to filter OneDrive files & search only Sharepoint & Teams files?