Project

General

Profile

Actions

Bug #81164

closed

Indexed Search appends ?L=0 to URLs of search results

Added by Benjamin Robinson almost 7 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Start date:
2017-05-07
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
On Location Sprint

Description

The link-urls on the result page of indexed search are appended by "?L=0" (monolingual site).

I found a fix on https://forum.typo3.org/index.php/t/214259/ :

In TYPO3 8.7.1 change line 1314 of /sysext/indexed_search/Classes/Controller/SearchController.php from ...

        $urlParameters['L'] = $row['sys_language_uid'];
...to:
        if ($row['sys_language_uid']) {
        $urlParameters['L'] = $row['sys_language_uid'];
        }


Related issues 2 (1 open1 closed)

Related to TYPO3 Core - Bug #30852: Multilingual search in translated pages: Results of default language always linking to current language Closed2011-10-12

Actions
Related to TYPO3 Core - Bug #81986: indexed_search generates duplicated results for same pageNew2017-07-27

Actions
Actions #1

Updated by Wouter Wolters almost 7 years ago

Hi, would be great if you could push a patch to our review system.
You can find a guideline at https://docs.typo3.org/typo3cms/ContributionWorkflowGuide/
If you have any question please don't hesitate to contact us on Slack in the #typo3-cms-coredev channel.

Actions #2

Updated by Benjamin Robinson almost 7 years ago

To be honest, I'm not a PHP-developer. I just found this bugfix, tried it and it seems to work, but I have no clue about the variable $row or if this is a clean solution for the issue. If you nevertheless want me to push it, I can try to get familiar with the contributing workflow, but it may take some time. What do you think?

Actions #3

Updated by Mona Muzaffar over 6 years ago

  • Related to Bug #30852: Multilingual search in translated pages: Results of default language always linking to current language added
Actions #4

Updated by Mona Muzaffar over 6 years ago

  • Related to Bug #81986: indexed_search generates duplicated results for same page added
Actions #5

Updated by Gerrit Code Review over 6 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53978

Actions #6

Updated by Gerrit Code Review over 6 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53978

Actions #7

Updated by Łukasz Uznański over 6 years ago

  • Sprint Focus set to On Location Sprint
Actions #8

Updated by Gerrit Code Review over 6 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53978

Actions #9

Updated by Gerrit Code Review over 6 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/53978

Actions #10

Updated by Gerrit Code Review over 6 years ago

Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/54178

Actions #11

Updated by Łukasz Uznański over 6 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #12

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF