Blog

In a Laravel project edit 'App\Classes\Elasticsearch\Configurators\ProductIndexConfigurator.php' and add in the $settings Array:

protected $settings = [
    'index' => [
        'max_ngram_diff' => 4
    ]
]
Zoeken