Closed teresahoes closed 1 year ago
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
Im wondering if its excluding them because its a 'relevant' search - when i inspect the query its performing and then do that same query in the graph explorer, i do not get any results. I see from the documenation that 'search' does a relevant search to me. How can we get it to search all people?
https://graph.microsoft.com/v1.0/me/people?$search="moossa"&$top=6&$filter=personType/class eq 'Person'
@teresahoes - this question is related to MGT itself, not SharePoint Dev. Please, ask this question in MGT Repo
Issues that have been closed & had no follow-up activity for at least 7 days are automatically locked. Please refer to our wiki for more details, including how to remediate this action if you feel this was done prematurely or in error: Issue List: Our approach to locked issues
What type of issue is this?
Question
What SharePoint development model, framework, SDK or API is this about?
π₯ SharePoint Framework
Target SharePoint environment
SharePoint Online
What browser(s) / client(s) have you tested
Additional environment details
Issue description
Hello,
I am using the @microsoft/mgt-react/dist/es6/spfx component in a webpart on Sharepoint online. Searching does not find some people who are active members of the associated Active Directory. Here is component code in the webpart.
My question is - how does the component determine who should show up when searching and what might cause people to NOT show up?