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

Fix issues with directory listing not returning all folders #224

Closed ryanmitchell closed 9 months ago

ryanmitchell commented 9 months ago

This PR fixes an issue with the sync command and directory listing using the asset query builder. It also adds metaExists caching to the asset class to prevent multiple duplicate queries.

Closes https://github.com/statamic/eloquent-driver/issues/222 Closes https://github.com/statamic/eloquent-driver/issues/223

SylvesterDamgaard commented 9 months ago

I tested this PR and it works as expected now! Thank you @ryanmitchell