Brendan Petty - Totally Web Services
Brendan Petty - Totally Web Services
PHP 8.1 gives this error if a null value makes its way to this method mb_strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/app/vendor/teamtnt/tntsearch/src/Support/Tokenizer.php on...
This avoids a fatal error on initial run, if using an unversioned storage area that is hard to set up initialised (but still allows for custom organisation of that storage...
Hi, This bug has been well documented in the existing report at https://github.com/inertiajs/inertia/issues/1550 It is still present, with no obvious and maintainable workaround. Makes it hard to integrate with vue...
Using https://github.com/teamtnt/laravel-scout-tntsearch-driver/?tab=readme-ov-file#constraints e.g. $constraints = Item::query(); $constraints->where('draft', false); Item::search($query)->constrain($constraints); works normally, but fails when testing using this driver. I'm guessing it's not possible to fix this, but maybe is worth...