SyliusElasticsearchPlugin
SyliusElasticsearchPlugin copied to clipboard
Elasticsearch integration for Sylius apps.
Hello, I just meet this problems. Related to my previous issue, I've too much attributes and options. So, I put all of them in the excluded parameters. But when I'm...
I wanted to disable the Pricing Facet from site search and I thought about doing this by removing the PriceFacet from Registry. Unfortunately, the Registry does not have a remove...
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...
Hi! Like the two existing parameters : - bitbag_es_excluded_filter_options - bitbag_es_excluded_filter_attributes It may be useful to have the opposite : - bitbag_es_included_filter_options - bitbag_es_included_filter_attributes Why ? Because I've too much...
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); `
I think fixing the dash-problem can be done by defining an analyzer for the fields. No analyzer means "standard_analyzer" which actually splits indexed and searched terms with a dash -...
PR https://github.com/BitBagCommerce/SyliusElasticsearchPlugin/pull/53 has fixed a memory issue, but it does not resolve performance issues for certain things. Let's list them: When dealing with ProductAttributeValue filtering - we are running a...
From Slack thread: ``` jseparovik [8 days ago] Take a look at https://demo.bitbag.shop/en_US/products-list/stickers ,if that is what you need go for bitbat/elasticsearchplugin czende [5 hours ago] Its not stable? When...
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