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.
Comments: ** Comment from web user: BdeJager **
After digging into code i found that setting keywordQuery.TrimDuplicates=false resolve this issue.
Comments: ** Comment from web user: BdeJager **
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.