TELLO0815
TELLO0815
If there are more than one channel and they have same taxonId, they all listed. I guess its better to list only what's in the channel available?
We use same attributes for multiple taxons. Like for fixtures... Im sure if you sell t-shirts it is o.k. to see all the time all values from the attributes (Like...
Hi there, I miss litte bit more information how to include the full side search. I had hard time to get it working. Maybe some more lines of manual will...
Looks like other people have the same issue when using autocomplete: `Argument 5 passed to BitBag\SyliusElasticsearchPlugin\Controller\Response\DTO\Item::__construct() must be of the type string, null given, called in /var/www/html/xxxxx/vendor/bitbag/elasticsearch-plugin/src/Controller/Action/Api/ListProductsByPartialNameAction.php on line 72`...
I think for the most of shops is 10 attributes not enough. I think 50 or 100 (to $excludedAttributes some) would be better solution? BitBag\SyliusElasticsearchPlugin\Finder\ProductAttributesFinder.php `return $this->attributesFinder->find($query, 50); `
search.html.twig is looking for `bundles/bitbagsyliuselasticsearchplugin/css/bitbag-autocomplete-search.css` but css is missing? must be bitbag-elasticsearch-shop.css and js? TELLO
How can i change to format yyyy-MM-ddThh:mm? ``` `ampm: false, monthFirst: false, formatter: { date: function (date, settings) { if (!date) return ''; var day = date.getDate(); var month =...