I'm looking for a conditional tag to check if a taxonomy archive page(link) is displayed on my search results page.
is_tax();
only seems to check if the current page is a taxonomy archive page and can't be used.
has_term('','my_taxonomy')
works fine for posts using the taxonomy but obviously not the taxonomy archive.
I've searched the Codex but start to doubt if this is even possible?