office365 微软图谱全文搜索

office365 microsoft graph full text search

Microsoft Graph 在 v1.0 或 beta 中是否提供任何全文搜索功能?

具体来说,我想搜索电子邮件正文内容。我尝试了以下请求只是为了测试 API 的不同部分:

https://graph.microsoft.com/v1.0/me/messages?$filter=body/content eq 'test'

有回复消息

The property 'Body' does not support filtering.

并请求

https://graph.microsoft.com/v1.0/me/messages?$filter=startswith(subject,'test') 

有回复消息

'contains' and 'startswith' are not supported for filtering.  Use Search instead.

最后一个回复提到了一些搜索功能,但我在文档中找不到这个。

搜索函数的语法是 https://graph.microsoft.com/v1.0/me/messages?$search=test

这里有更多信息:http://docs.oasis-open.org/odata/odata/v4.0/errata02/os/complete/part2-url-conventions/odata-v4.0-errata02-os-part2-url-conventions-complete.html#_Toc406398167