[BUGFIX] Fix "undefined array key" issues in LiveSearch's page jump
This patch adds a few null-coalesce conditions in the LiveSearch in case a field not defined in TCA (in most cases uid and pid) is queried, which is the case when using the "page jump" feature. As a drive-by, these issues are fixed as well: * Pass `$queryBuilder` as a reference, which makes no sense for objects * Adding SQL constraints twice Resolves: #96689 Releases: main, 11.5 Change-Id: Ie9470011581ef3f539cdd4c03e6d901285e5eb0e Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/73169 Tested-by:core-ci <typo3@b13.com> Tested-by:
Andreas Fernandez <a.fernandez@scripting-base.de> Reviewed-by:
Andreas Fernandez <a.fernandez@scripting-base.de>
Please register or sign in to comment