I am using taxonomy filters to filter my views.
In the front-end select field, I expect to only see taxonomy terms that have posts assigned to them.
Instead I am seeing all taxonomy terms.
All support threads I've found suggest that there is an option to 'Show only available options' when crating or editing taxonomy filters, but there is not (see attached screenshots).
This issue is the same for a WordPress Archive and for a View.
Filter code is below...
[wpv-control-post-taxonomy taxonomy="sailing-types" type="select" default_label="Sailing Types" url_param="wpv-sailing-types" class="my-1"]
Hello and thank you for contacting the Toolset support.
On your screenshot (Screenshot 2020-04-01 at 13.19.11.png), you need to choose the last option "Let me choose individual settings manually" of "Custom Search Settings " to see the option "Show only available options for each input". Check this screenshot hidden link
I did a small test on my install, I have a custom post type "Books" and a custom taxonomy "Book Authors". And I created a search view with the taxonomy dropdown and an additional field(Is Favorite).
Depending the "Is Favorite" filter, the taxonomy dropdown shows only the taxonomy terms that have books assigned to them, check these screenshot:
Is Favorite checked: hidden link
Is Favorite unchecked: hidden link
I hope this answers your question. Let me know if you have any doubts.
That's solved it, Thank you!