View exposed filter offers tagify but does not work with address fields
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3587368. -->
Reported by: [fjgarlin](https://www.drupal.org/user/2495842)
Related to !211
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>When using an address field and exposing the "country" element of it via views exposed filter + better exposed filters, "tagify" is offered as a widget, but it does not work.</p>
<h4 id="summary-steps-reproduce">Steps to reproduce</h4>
<p>- Install "address", "better exposed filters" and "tagify".<br>
- Create an address field (type Address) "field_address" on any content type<br>
- Create a view for that content type and select "field_address:country_code" as filter and mark it as exposed<br>
- Use "better exposed filters" and see the settings for that field. Tagify is offered as an option, choose it.<br>
- Save<br>
<img src="https://www.drupal.org/files/issues/2026-04-28/Screenshot%202026-04-28%20at%2013.21.09.png" alt="filter"></p>
<p>The filter does NOT use tagify (neither admin theme nor frontend theme).<br>
<img src="https://www.drupal.org/files/issues/2026-04-28/Screenshot%202026-04-28%20at%2013.21.45.png" alt="admin theme"></p>
<h3 id="summary-proposed-resolution">Proposed resolution</h3>
<p>Either don't offer it as option or even better, make it work for that field.</p>
issue