Mattia Trapani
Mattia Trapani
Scopes `withAllTags` and `withAnyTags` used to work with strings, it was just an issue with function argument typing. Added test cases. At the same time I found out that attribute...
In `TNTSearchScoutServiceProvider.php` method `setFuzziness` of class `TNTSearch` is used, but that method is available only from v4.0.
I found out that all R1C1 references are treated as relative references. So "R1C1" which whould be "$A$1" is instead treated as "R[1]C[1]" which means "cell one row below one...
I've been helped by @claude on this fix 😀 I hope it's not an issue. ## Summary This PR fixes a circular dependency bug that causes infinite recursion when attempting...