Taxonomy archive showing no results

I’ve found the problem, and now I realise I had this exact same problem years ago on a different project:

This:

'exclude_from_search' => true

Needed changing to:

'exclude_from_search' => false
'has_archive' => true,

I don’t get why excluding a post type from search should affect archive templates, but at least it’s fixed now.