Günther Jedenastik

Results 6 issues of Günther Jedenastik

### Description If you copy multiple content nodes from one document and paste them in another document the order of the copied content nodes can get somewhat mixed up. The...

Bug
UI & UX
7.3
8.3

**What I did** The command line RequestBuilder can now parse arguments for associative arrays like ``` ./flow my.pckg:index --dimension.language=en --dimension.country de --dimension.\"key.with.a.dot\" mindblown ``` The result is, that the command...

This PR fixes #3495 . Thanks to @Liioooo for finding and fixing the issue! Tbh I don't actually understand why this fixes the bug, but I can confirm dimension switcher...

Bug
Discussion
8.3

The feature `hideBeforeInteraction` does not work, because, currently, the parameters for `loadCookiebannerHtml` are used in strict equality comparision, e.g. [here](https://github.com/KaufmannDigital/KaufmannDigital.GDPR.CookieConsent/blob/master/Resources/Public/JavaScript/Initialize.js#L35), but most of the time, [no parameters are given at...

By default the ES CR Adaptor uses [query_string](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-query-string-query.html#query-string-syntax) which allows some search syntax in query string. In the current implementation, `json_encode` is used on the query string which adds double...

I've just removed an unused old version 7.x `use TargetContextPath`, since, I think, this has been replaced by `DocumentIdentifierGenerator`.