- 🇦🇺Australia thtas
Yes this can create some nasty bugs.
We ended up associating terms from the wrong vocabulary because the documentation isn't clear that you both bundle AND bundle_key are required, it just says:
* - bundle_key: (optional) The name of the bundle field on the entity type * being queried. * - bundle: (optional) The value to query for the bundle - can be a string or * an array.
This implies that both are optional and makes no mention that `bundle` is useless without `bundle_key`.