Extend the Microsoft Graph API with more SharePoint search features
Microsoft Graph allows us to search individual sites
e.g.
The SharePoint REST api allows us to search across all sites
e.g.
https://mydevspsite.sharepoint.com/_api/search/query?querytext=%27chicken%27
It would be extremely useful to be able to perform the search all sites call directly from the MS Graph.

5 comments
-
ADMIN VIDIMUS S.L. commented
Also, it's absolutely a must that the search api can be used with application credentials (not only delegated permissions)
-
Andreas Rosen (Qkom GmbH) commented
Hi the search is still part of beta program. But since one year no news
https://docs.microsoft.com/en-us/graph/api/resources/search-api-overview?view=graph-rest-beta
Why no just proxie the old api?
-
Arvind commented
This would be a very powerful feature if it possible using MS Graph
-
Alex S commented
Same! Would ideally like to search across all documents (title and body if possible), and across all pages (title and any rte bodies). Thanks!
-
Andrew Stroz commented
I would like this functionality as well.