In case anyone is wondering, the latest nightly of Camino by default only searches for links when you do typeahead find. Add this in your user.js file:
user_pref("accessibility.typeaheadfind.linksonly", false);
you'll get back the functionality of searching the whole page using typeahead find.