Searching for SharePoint sites (via ?search parameter) #2807
Labels
status:waiting-for-triage
An issue that is yet to be reviewed or assigned
type:bug
A broken experience
Describe the bug
It's not possible to search for sites using the example provided here: https://learn.microsoft.com/en-us/graph/api/site-search?view=graph-rest-1.0&tabs=csharp
It always generates the
?$search=
parameter instead (notice the "$").Expected behavior
It should generate
GET /sites?search={query}
How to reproduce
See link above.
SDK Version
No response
Latest version known to work for scenario above?
No response
Known Workarounds
No response
Debug output
Click to expand log
```The text was updated successfully, but these errors were encountered: