Sebastian Helzle

Results 329 comments of Sebastian Helzle

Good idea to finally fix this. I would parse it as xml as that's what it is. There is a comment on stack overflow with a good explanation on the...

The module should then show an information about the order. Btw. I usually prefer alphabetical order as customers tend to show me that list when we discuss updates. Via screenshare...

Allow clicking on the headers to sort the table with alphabetical being the default plz :)

How about adding the loading order sequence number in its own column, then you can sort via the header like we do in the user module?

We decided to not include this in 8.4 and target 9.1 instead and convert the changes into the HTMX based module we started working on during contribution day if we...

Fulltext indexing always includes all childnodes. To prevent side effects from this change we could only apply the filter to nodes that are not marked as root in their search...

I don't see the problem. The full text root nodes can be checked at runtime which is already happening I think. This covers their subparts.

> I know you're still discussing whether this is even a viable solution or not, but since it is for my use case, I tested it in my project. It...

I updated and retested the code. It now checks for the full text roots, so we are independent of the nodetypes. But I found another issue related to this. When...