Skip to content

Link to documentation is different in detail / search result view on extensions.typo3.org

Examples

  1. Detail view for extension localizer has correct link to documentation, but the search result view has no link to documentation for this extension.
  2. Detail view for extension news has correct link to documentation, but search result view has link to (outdated) legacy documentation (in this case this gets redirected).

Conclusion: It seems the detail view uses new URL from documentation server, while the list view does not.

Clarification

  • legacy URL is https://docs.typo3.org/typo3cms/extensions/<extension>/<version>
  • new URL is https://docs.typo3.org/p/<vendor>/<package>/...

Steps to reproduce

  1. To reproduce example 1: select an extension with no legacy URL in https://intercept.typo3.com/assets/docs/manuals.json. To reproduce example 2, select an extension with legacy URL + new URL
  2. Search for the extension using the search box on https://extensions.typo3.org
  3. Compare link to "Extension Manual" from search result view and detail view

Example URL

https://extensions.typo3.org/?L=0&id=1&tx_solr%5Bq%5D=localizer

What is the current bug behavior?

Link to "Extension Manual" different for search result view + detail view.

What is the expected correct behavior?

(What you should see instead)

Acceptence Criterias

  • Link to "Extension Manual" is the same in list + detail view
Edited by Thomas Löffler