We noticed on multiple websites that using the autocomplete widget for entity references for taxonomy terms was still pulling from all vocabularies, despite selecting vocabularies. This is not happening on all widget types.
Create an entity reference field referencing taxonomy; and then refine by at least one vocabulary. On the 'manage form display', set to autocorrect. Going into the form to use the field, it does not refine by the vocabulary set.
Proposed resolution is to check the configuration in the `buildEntityQuery()` function in Drupal\Core\Entity\Plugin\EntityReferenceSelection\DefaultSelection.php, and using a variable to replace direct configuration comparison, giving the option to pull from the 'handler_settings' if the target bundles haven't been correctly configured.
Closed: works as designed
9.4
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.