texnixe / kirby3-similar

Find similar collection items based on similarity
28 stars 2 forks source link

Custom Delimter is ignored when using multiple fields #1

Closed milesleif closed 3 years ago

milesleif commented 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.

Branch is master.

Easy fix, but worth fixing. :)

texnixe commented 3 years ago

Thanks for reporting, fixed now.