- assigned_to: nobody --> traviswilson967
search.php does not take into account the fact that a user may not have a presence in every table. While before our user creation script in alumni-tracker.php was creating a user entry in every single table, that is wasteful and created blank entries in the job and degree listings that look unprofessional. With that issues resolved and every page tolerant to the possibility that the user does not have an entry in the database yet, we need to make these users searchable. The recent work on editPriviledges.php should be consulted to keep the same look-and-feel and optimally reuse the same functionality.
Essentially search.php needs the same attention that editPriviledges.php got. Right now a user is unsearchable even when they have all information filled in (but did not have a minor associated with their degree... something completely plausible).