mvenghaus
mvenghaus
Hello, nice thing you build here! It would be nice if there could be an option to show the mime type of the files. Regards Marcus
## Feature description It would be nice if there would be an option to limit the products on export. ## Problem and motivation If you have a lot of products...
Hey Vinai, I have some custom configuration files and I want your tool to handle them without rebuilding the source. A rules config file would be nice .. maybe something...
Hey, very nice tool .. real time saver! Magento: 2.3.1 With the automatic generation I have 2 files that won't work. I think they are loaded to early. I removed...
If you want to use a text attribute only in promo rules, not searchable, not filterable, you get the wrong default search analyzer. https://github.com/Smile-SA/elasticsuite/blob/2.11.x/src/module-elasticsuite-core/Index/Mapping/Field.php#L377 Here every text attribute gets the...
Sometimes you are in need to make an exact match instead of like in strings. For example I have a string with values "5", "50". With like I have no...
When using the product conditions outside your module .. for example in widgets configuration the form name have to exist to make it work.
I'm working with lando (docker) and there the "src" folder is mounted to "/app". This is what my path looks like: /app/app/Settings Currently the make command replaces all occurrences of...
Hey there, I already have an open pull request and an open issue, but since they are related here is a combined one. When having a text attribute which is...
Since there isn't a universal way to retrieve all used queues, it's necessary to define them to obtain all pending jobs.