objecttothis

Results 355 comments of objecttothis

It appears you can set group_concat_max_len at the session level in the PHP with `$this->db->simple_query('SET SESSION group_concat_max_len=49152');` I don't know if this is the best way to resolve that issue,...

I've been reading Robert C. Martin's "Clean Code" and I'm regretting it :wink: because it's making me want to rewrite everything I come across. I think you're right that we...

@jekkos the other reason to yank the group_concat would be that it would resolve the issues caused by #2538 (having to disable only_full_group_by). It seems that it's more trouble than...

For future reference, the issues to be resolved for 3.4.0 are as follows: - Item search with "Attribute search" enabled produces pagination problems - Sort items tables by attributes not...

@jekkos agreed that this is a good idea. The settings dropdowns would need to be extended in the view to include attribute names and then the business logic in the...

> > > @jekkos I want to inform you, that I have been asked to pay for the implementation of this feature request. I have filed this issue because I...

@haeckse to clarify, I would benefit from this feature but it isn't high on my list of features that I need anytime soon, so it would take me awhile to...

I see. It sounds like the primary issue is that you thought that @rocky8roy offered to help with the enhancement for free but it was only after several exchanges that...

> thanks for your explanation! > just in case if anyone want this feature I can do it for a nominal fee and would love to PR too if client...