Can the search results on the member search page be sorted by an ExtendedAttributes or ProfileFields field?
Can the search results on the member search page be sorted by an ExtendedAttributes or ProfileFields field?
You need a custom table to store whatever you want to sort y and the contentId and any associated code to make your call. That list of Ids can be passed to the User list and be returned in the same order.
https://community.telligent.com/community/11/w/api-documentation/63544/userslistoptions-in-process-api-supplementary-type
I am returning the sorted Users list from my widget extension, but the users are no longer being filtered on the Member Search page. How can I get the filtering working again?