statamic / eloquent-driver

Provides support for storing your Statamic data in a database, rather than flat files.
https://statamic.dev/tips/storing-content-in-a-database
MIT License
104 stars 74 forks source link

Fixed taxonomy not being respected when querying specific ids #103

Closed FrittenKeeZ closed 1 year ago

FrittenKeeZ commented 1 year ago

Having multiple terms with the same slug, in different taxonomies attached to the same collection, wrong terms will "bleed" into the list when querying whereIn('id', [...]) through the OrderedQueryBuilder, as the taxonomy will not be filtered later on.