Matthew Fenlon

Results 3 issues of Matthew Fenlon

Having a similar issue to #231. Using v6.1.1 on laravel/framework v8.26.1 ``` public function getLinkIdsAttribute() { return $this->ancestorsWithSelf()->get()->pluck('indextag_id')->implode('.'); } ``` I end up with hundreds of queries that result from...

Using "franzose/closure-table": "^6.1", "laravel/framework": "^6.2", When using demo code from [https://github.com/franzose/ClosureTable#tree](https://github.com/franzose/ClosureTable#tree) ``` class SubjectsTableSeeder extends Seeder { /** * Run the database seeds. * * @return void */ public function...

I have a situation similar to #169 where I need to run a boolean search followed by a regular search. After programmatically changing the config, the settings were not being...