Closed milesleif closed 3 years ago
Hi there,
I found that in src/Similar.php on line 57 the split()-method is used without taking the given $limiter into account. That makes it impossible to use a limiter other than , when using multiple fields at the same time.
src/Similar.php
57
split()
$limiter
,
Branch is master.
master
Easy fix, but worth fixing. :)
Thanks for reporting, fixed now.
Hi there,
I found that in
src/Similar.php
on line57
thesplit()
-method is used without taking the given$limiter
into account. That makes it impossible to use a limiter other than,
when using multiple fields at the same time.Branch is
master
.Easy fix, but worth fixing. :)