Searching providers by type using the search bar gives no result. The reason is that the autocompleter used is "EnumValueAutoCompleter", but it should be "EnumNameAutoCompleter", as the database column "providers.provider_type" stores the name of the enum, not the numeric id.
oVirt 3.5 has been released and should include the fix for this issue.