Actually, it looks like searching for a username in just the posts will return all images and posts. To correct the problem though just look in your gallery/search.php file for this code:
Code:
Content visible to verified customers only.
Replace with:
Code:
Content visible to verified customers only.
And that should limit the search to only posts if you search by username and only check the 'Post' option.