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

Ensure computed values are stored in the database so they can be queried #167

Closed ryanmitchell closed 1 year ago

ryanmitchell commented 1 year ago

Add computed values to the data being stored to entries, so its available to the query builder.

Fixes: https://github.com/statamic/eloquent-driver/issues/149