Closed Ofer-Gal closed 3 months ago
Describe the bug When not adding groupId property, the search works fine more or less. When using with groupId property
<PeoplePicker selectionMode="single" type='person' userType='user' showMax={40} transitiveSearch={true} groupId={filterDPC} selectionChanged={onuserSelectionChanged} />
The list shows only people of said group but all searches fail.
Steps to reproduce the behavior: Just use the code with valid groupId property
Expected behavior The above code should find users with search text included in the name or email. Screenshots See above
Environment (please complete the following information):
if (!Providers.globalProvider) { Providers.globalProvider = new SharePointProvider(this.context); }
Great product Thank you
BTW I tested your example in https://mgt.dev/?path=/story/components-mgt-people-picker-properties--group-id and it has the same issue. 😓
There is a missing header (ConsistencyLevel: eventual) to calls made to the groups api with filters. Fixing.
Next version?
Yes. v4.2.4.
Describe the bug When not adding groupId property, the search works fine more or less. When using with groupId property
The list shows only people of said group but all searches fail.
Steps to reproduce the behavior: Just use the code with valid groupId property
Expected behavior The above code should find users with search text included in the name or email. Screenshots See above
Environment (please complete the following information):
Great product Thank you
BTW I tested your example in https://mgt.dev/?path=/story/components-mgt-people-picker-properties--group-id and it has the same issue. 😓