The result page should display a search result for it with a link to the article.
The result page has a search result but without any link.
Warning: preg_replace(): Unknown modifier '2' in \components\com_search\views\search\view.html.php on line 268
This fix doesn't help with my issue: https://issues.joomla.org/tracker/joomla-cms/18221
This is my first issue here, hope I didn't mess something up ;)
Status | New | ⇒ | Confirmed |
The op explicitly says not - at a guess it is because that PR was only tested against a single / but this example has two
I tested here and it works fine.
The original report wasnt very clear but I can repeat the problem when the string is a link
I can't here. This is what I used
<p>some text</p>
<p> </p>
<p>This is a bug test <a href="https://github.com/">IV/264/2017</a></p>
As for str_replace:
"str_replace — Replace all occurrences of the search string with the replacement string"
OK I will test again soon
I see the op did
`This is a bug test <a href="/">IV/264/2017</a>`
TinyMCE changes this to
<a href="../">IV/264/2017</a>
on save
And no problem either
My branch must have been out of date - i cant replicate it either - sorry for confusion
Unable to reproduce.
Line 268 is // Make sure there are no slashes in the needle
with the merged of #18221.
@ThomasK0lasa Are you sure you applied #18221?
@franz-wohlkoenig Please test again and make sure #18221 is applied.
Can't confirm Issue on fresh installed 3.8.2-dev.
I guess this can be closed.
Status | Confirmed | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-10-07 05:29:33 |
Closed_By | ⇒ | franz-wohlkoenig |
Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot |
closed as stated above.
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/18244
Tested, didn't help. I wrote about it in comment section.
5 paź 2017 14:18 "Franz Wohlkönig" notifications@github.com napisał(a):