1/17
1/17
Any second hit has no title.
Several times:
Warning: preg_replace(): Unknown modifier '1' in \components\com_search\views\search\view.html.php on line 271
See changes in https://github.com/joomla/joomla-cms/pull/18221/files
$needle = str_replace('/', '\/', $needle);
The problem is that this line is inside a foreach loop. So $needle becomes:
1\/17 (OK).1\\/17 (PHP-Warning. Empty title.).1\\\/17 (Not really OK but no Warning).1\\\\/17 (PHP-Warning. Empty title.).| Labels | 
                                        Added: 
?
 | 
    ||
| Category | ⇒ | com_search | 
| Rel_Number | 0 | ⇒ | 18221 | 
| Relation Type | ⇒ | Related to | 
| Status | New | ⇒ | Confirmed | 
| Status | Confirmed | ⇒ | Closed | 
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-10-28 09:48:45 | 
| Closed_By | ⇒ | franz-wohlkoenig | 
| Closed_By | franz-wohlkoenig | ⇒ | joomla-cms-bot | 
Set to "closed" on behalf of @franz-wohlkoenig by The JTracker Application at issues.joomla.org/joomla-cms/18432
I tested this and I can confirm this issue.