mvenghaus

Results 12 comments of mvenghaus

Hi, that sounds like a plan .. I'm in :) 3. Would be the affected file a parameter in that case?

We have no public staging server :( Do you have include minicart in your build.js? The problem is that the script cannot access the data provided in the html. ```...

@cmuench it should be possible with "--where"

@cmuench .. i made a simple test and it worked. To make it work I've used a view to store the ids because LIMIT is not available in a subquery...

I had the same problem. Add setStoreId to categoryCollection Model/RegenerateCategoryRewrites.php:253 $categoriesCollection->addAttributeToSelect('name') ->setStoreId($storeId)

I solved it by adding 2 lines. And before generating, I also had to set the following setting. I don't use the cli command so it was no problem to...

when i start keepass .. it says that the plugin is not compatible and then it is not working .. but okay for me now .. i also switched to...

Hey @romainruaud , in my understanding the first analyzer is used as the default analyzer. Would the expected analyzer check fail because the untouched is the second one?

Hey @romainruaud, adding an addtional untouched analyzer works. I've created a pull request where this is handled. https://github.com/Smile-SA/elasticsuite/pull/3230 Regards Marcus