bramdejager / spcb

The SharePoint Client Browser (SPCB) uses the CSOM to connect to a remote SharePoint site collection and shows the site structure with related properties and values.
GNU General Public License v2.0
174 stars 48 forks source link

Uncomplete profile list #15

Closed bramdejager closed 6 years ago

bramdejager commented 6 years ago

When node "Other profiles" is expended, only 330 of my 661 existants profiles are shown. With the row limit of 500, i should see 500 profiles. After digging into code i found that setting keywordQuery.TrimDuplicates=false resolve this issue.

This work item was migrated from CodePlex

CodePlex work item ID: '25735' Assigned to: 'BdeJager' Vote count: '1'

bramdejager commented 6 years ago

[BdeJager@18-9-2014] Thanks for the digging around. I tried it myself and discovered the same. My query returned 208 search results and after changing the "keywordQuery.TrimDuplicates=false" it returned 406. I included the fix for the next release.

bramdejager commented 6 years ago

[UnknownUser@22-9-2014]

bramdejager commented 6 years ago

[UnknownUser@12-1-2015]

bramdejager commented 6 years ago

[UnknownUser@17-8-2015]

bramdejager commented 6 years ago

Issue closed by BdeJager with comment Fixed the issue as proposed by issue reporter.

Reason closed Fixed