The archived article, uniquely identified by its article id, should show. ike in this example of published article in search result:
[http://heikkijokinen.info/ay-uutiset-maailmalta/1357-puuseppien-alkupalkkaan-saksassa-korotusta-15-5-prosenttia]
A list appears with all the articles of the same month, but over all years, created by this broken (the year appears without its label before the question mark) link:
[http://heikkijokinen.info/ay-uutiset-maailmalta/arkisto/2015?view=archive&month=6]
Joomla 3.8.12
PHP 7.1
This bug has been reported several times during the last years and been closed as "solved". That seems not to be the case.
Labels |
Added:
?
|
Thank you
Status | New | ⇒ | Discussion |
Category | ⇒ | com_content com_search |
Labels |
Added:
J3 Issue
|
I believe there are two issues here:
com_search for archived articles, deliberately creates a link for archived articles in the same year and month as the selected article. In my opinion, it should create the same link as normal articles, ie. the article you just found. Who expects the link to give another list, which you then have to browse to find the article identified in the first place. Using the code for state=1 for both would remove 70+ duplicate lines of code in this plugin.
com_content router still produces incorrect URLs and fails to resolve them. This is best demonstrated by the output of the Archived articles module. That creates links as /menu-entry/2018.html?view=archive&month=4 rather than /menu-entry/2018/4.html. The router then interprets the year as an Id, which might hit a valid article, in which case that is displayed, otherwise it is ignored and the results ignore the year, giving the selected month for all years, as reported.
Both issues have existed since 1.5 and remain in 3.9.1.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-05-23 07:39:05 |
Closed_By | ⇒ | franz-wohlkoenig |
It will be really helpful if you can link to those closed issues where it is marked as solved