Admin searches of projects are only against projects where the admin has rights.
The AJAX backend provided by redcap_entity does not support searched for projects other than those the current user has permissions to. manager/ajax/entity_project_list.php gets its data from getProjectList() which has no exception for admins.
I think entity_project_list.php and getProjectList() need a parameter to allow search against the complete list of projects.
Admin searches of projects are only against projects where the admin has rights.
The AJAX backend provided by redcap_entity does not support searched for projects other than those the current user has permissions to.
manager/ajax/entity_project_list.php
gets its data from getProjectList() which has no exception for admins.I think
entity_project_list.php
andgetProjectList()
need a parameter to allow search against the complete list of projects.