Duncan McClean
Duncan McClean
Apologies, I might be misunderstanding this change, but why can't you do `Entry::query()->whereIn('id', [1, 2, 3])->get();`?
Good idea! I think we can probably adjust the `install:eloquent-driver` command (which is the CLI wizard you see) to ask what you want to move: * Everything * Only move...
> Since Statamic's default mode is flat-file, it could also be interesting to have a simple way to manage `.gitignore` files if we wanted, for example, to keep everything without...
Related to #202.
Columns will be customisable in [Statamic 6](https://statamic.com/blog/statamic-6-sneak-peek). Filtering isn't yet possible - closing in favour of #939.
> I'd provide a PR if you are fine with the above approach instead of using the data_get() function. Sure, feel free to submit a PR.
Do you have any preferences set?
Yeah, it seems to be working fine for me. I don't have any preferences set.  
I've managed to figure out why this is happening... The `Field::isVisibleOnListing()` method checks if a field is display-able on the listing table, by taking the `listable` config option into account...