Stefan Doorn

Results 77 comments of Stefan Doorn

Not sure until we use generators. I think there is still the ability to load too much data in a single export (when not queuing & using grid filters).

Not sure this is actually needed. The `CsvWriter` itself is based on an interface, so the class implementation itself does not matter that much. I think we can skip this...

Hm, maybe we actually do. In the README we also define PortPHP as compatible, not sure that will be possible this way.

@pamil Could you advice best way to add a generic export controller that can act similar to ResourceController without extending it (else it's tedious for users of this plugin to...

Ok, adding ```yaml _sylius: paginate: false filterable: true ``` to the routing helps, but now it's 0 results :-)

Nm, issue with the fact that 'enabled' didn't have a value while filtering. Seems unrelated.

Not sure why on the normal grid an empty value for 'enabled' works (it shows one result), but if in the URL in my example it's not returning a result....

To make it more clear for @pamil: I'm using this URL on the grid: `http://webshop.test.local/app_dev.php/admin/export/country/csv?criteria[code][type]=contains&criteria[code][value]=nl&criteria[enabled]=`. It returns NL only on the grid. In the database I have NL & BE,...

Some progress being made in #81. Not sure it's the best solution though.

`The function money_format() is only defined if the system has strfmon capabilities. For example, Windows does not, so money_format() is undefined in Windows.` This might be the issue..