Lars

Results 11 comments of Lars

The method `urldecode` will replace the `+` character with a space. In my opion this is an edge case, since a facet value can contain more than one word, which...

@dkd-kaehm I can confirm this problem. As far as I can see, the request object itself returns the values decoded. In this case the decode is done twice which leads...

Currently it is not possible to index one table as two different types. The type could not change with TypoScript and the ID of an document based on the Site...

It seems that the content of the link itself is not part of the request that opens the link browser nor the web request fetching data from the TYPO3.

The issue is located within [[`EXT:rte_ckeditor/Resources/Public/JavaScript/RteLinkBrowser.js`.](https://github.com/TYPO3/typo3/blob/v11.5.10/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/RteLinkBrowser.js) In order to get the content of the link the function [`getSelectedText()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom_selection.html#method-getSelectedText) is in use. This function does only return text content. Instead of...

@CybotTM This issue since there is a corresponding issue in forge: * https://forge.typo3.org/issues/95818

Thank you for your response. > at current state if you don't want automatically create or update it you should remove it from your deployment script and run it manually...

The exception is thrown while rendering the frontend on a local dev system. It’s a TYPO3 12 using the version 4.

@IchHabRecht The descriptions now contains more details including the stacktrace.

> [@IchHabRecht](https://github.com/IchHabRecht) The descriptions now contains more details including the stacktrace. Now the issue happens while running the upgrade wizard.