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 75 forks source link

Handle whereIn() in new ordering clause logic #188

Closed ryanmitchell closed 1 year ago

ryanmitchell commented 1 year ago

whereIn has 'values' not 'value', so we need to handle that properly when looking for collections in the where clauses.