I'm using wp_dropdown_categories(); to get a dropdown list of terms in a custom taxonomy for an advanced search page. But, I see no way to have the value of each option to be the term slug, and I know of no way to query a custom taxonomy by term ID. So, is there something I'm missing? If not, is there a fix for that? Will