Hi,
After installing and configuring then frontend ajax search throws error:
1 exception(s):
Exception #0 (BadMethodCallException): Missing required argument $name of Smile\ElasticsuiteCore\Search\Request\Aggregation\Bucket\Term.
Exception #0 (BadMethodCallException): Missing required argument $name of Smile\ElasticsuiteCore\Search\Request\Aggregation\Bucket\Term.
Same problem here!
I also found that the error happens only when you set some attribute as "Display in autocomplete" = yes
Hi @RaunoVV, @MauroNigrele
Is the attribute concerned attribute searchable (Used in search ?). If not you should try to make it searchable and reindex. If this workaround is fine we will release a patch to avoid such a combination in the attribute config.
Hi @afoucret,
Yes attribute is "searchable" I've attached a capture of the attribute configuration:

OK I see.
The attribute should be filterable (in search or in layered navigation). We are building a facet to achieve the feature. Can you test it and confirm ? If it is working we will issue a patch.
You can test the patch available in the branches 2.3.x and master.
It will be part of the next minor release (2.3.1)
@afoucret Perfect that was the problem, It's working now!!!
Also... thanks for such incredible work guys!
This should also fix #307