All Questions
Tagged with sharepoint-search javascript
2 questions
0
votes
1
answer
2k
views
What is SourceId in requests to SharePoint Search API?
I'm trying to implement people searching with SharePoint REST API in JS and I've found that it can be done by directly providing SourceId in the request body. So currently my request the next way:
...
1
vote
1
answer
163
views
Get the internal id for a refineablestring
I'm building up a query which will redirect the user to the search page with the relevant query info. My problem is the only way I know how to get the internal id for the refinablestring is via the ...