The 'search my OneDrive' query seems to have a problem
I'm using 'search my OneDrive' query to request a list of the files in my OneDrive with specified string of file name. A week ago this query worked very well, but now it seems to be bugged. See the below example:
At Graph Explorer website, I'm using the query 'https://graph.microsoft.com/v1.0/me/drive/root/search(q='IO-2024-05-27')?select=name,id,webUrl'. A week ago, it would return a json file with a list of file names, ids, and weburls where the file names are starting with 'IO-2024-05-27', like IO-2024-05-27-01.csv, IO-2024-05-27-02.csv, etc.
But this time, it returns like below:
While I can confirm there are multiple files should match the search, shown below:
That's why I thought something happened to this search query, because I used it last week and it worked well