We want only public profiles to be searchable and visible in the user directory search. By public profiles ("canonical" maybe?) we mean the thing returned by GET /profile/USER_ID
.
We're getting names into the user directory (user_directory
and user_directory_search
) via calls to update_profile_in_user_dir
.
There are five calls:
main/user_directory.py
(regenerate the user directory)